Template:RadioButton: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
en>Mario52
m (add Example 4:== {{RadioButton|TRUE|}}==)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 07:00, 6 August 2022

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