Template:RadioButton: Difference between revisions

From SiteMaster Documentation
Jump to navigation Jump to search
enwiki>Admin
m (1 revision imported)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 10:50, 9 May 2026

File:RadioButtonFalse.svg


Use this template when you want to indicate a Radio button File:RadioButtonFalse.svg false or File:RadioButtonTrue.svg true that you must check in the graphical user interface of the program.

Example 1:

With parameter FALSE or empty

{{RadioButton|FALSE|select edge}} or {{RadioButton|select wire}}

Result:

File:RadioButtonFalse.svg select edge or File:RadioButtonFalse.svg select wire

Example 2:

With parameter TRUE

{{RadioButton|TRUE|select edge}}

Result:

File:RadioButtonTrue.svg select edge

Example 3:

Without or FALSE parameter the not checked radioButton is displayed

{{RadioButton}} {{RadioButton|FALSE|}}

Result:

File:RadioButtonFalse.svg File:RadioButtonFalse.svg

Example 4:

With TRUE parameter the checked radioButton is displayed

{{RadioButton|TRUE|}}

Result:

File:RadioButtonTrue.svg

This template is not translatable