Template:CheckBox: 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:CheckBoxFalse.svg


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

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

Example 2:

With parameter TRUE

{{CheckBox|TRUE|select edge}}

Result:

File:CheckBoxTrue.svg select edge

Example 3:

Without or FALSE parameter the not checked CheckBox is displayed

{{CheckBox}} {{CheckBox|FALSE|}}

Result:

File:CheckBoxFalse.svg File:CheckBoxFalse.svg

Example 4:

With TRUE parameter the checked radioButton is displayed

{{CheckBox|TRUE|}}

Result:

File:CheckBoxTrue.svg


This template is not translatable