Template:RadioButton

From SiteMaster Documentation
Revision as of 10:50, 9 May 2026 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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