Template:RadioButton

From LabRPS Documentation
Revision as of 07:00, 6 August 2022 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RadioButtonFalse.svg


Use this template when you want to indicate a Radio button RadioButtonFalse.svg false or 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:

RadioButtonFalse.svg select edge or RadioButtonFalse.svg select wire

Example 2:

With parameter TRUE

{{RadioButton|TRUE|select edge}}

Result:

RadioButtonTrue.svg select edge

Example 3:

Without or FALSE parameter the not checked radioButton is displayed

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

Result:

RadioButtonFalse.svg RadioButtonFalse.svg

Example 4:

With TRUE parameter the checked radioButton is displayed

{{RadioButton|TRUE|}}

Result:

RadioButtonTrue.svg

This template is not translatable