Template:CheckBox
Revision as of 08:10, 29 March 2020 by en>Mario52 (CheckBox)
Use this template when you want to indicate a Radio button false
or true
that you must check in the graphical user interface of the program.
Example 1:
With parameter FALSE or empty
{{CheckBox|FALSE|select edge}} or {{CheckBox|select wire}}
Result:
Example 2:
With parameter TRUE
{{CheckBox|TRUE|select edge}}
Result:
Example 3:
Without or FALSE parameter the not checked CheckBox is displayed
{{CheckBox}} {{CheckBox|FALSE|}}
Result:
Example 4:
With TRUE parameter the checked radioButton is displayed
{{CheckBox|TRUE|}}
Result:
This template is not translatable