The template produces a styled checkbox that can be checked/unchecked, with options to change both the color and the presence of the tick mark.
This template takes one unnamed parameter and two named parameters
1
checked
and unchecked
. The default is to have a checked box.color
tick
no
, the tick mark will not be shown in the box.In addition to the default color black, this template also supports blue, green, orange, and red. Giving "black" as the color will result in the default display.
If a checkbox without the tick is desired, use the parameter |tick=no
to remove the tick mark from the check box.
Code | Box |
---|---|
{{Checkbox (colored)|checked}}
|
|
{{Checkbox (colored)|unchecked}}
|
|
{{Checkbox (colored)|checked|color=blue}}
|
|
{{Checkbox (colored)|checked|color=blue|tick=no}}
|
|
{{Checkbox (colored)|unchecked|color=blue}}
|
|
{{Checkbox (colored)|checked|color=green}}
|
|
{{Checkbox (colored)|checked|color=green|tick=no}}
|
|
{{Checkbox (colored)|unchecked|color=green}}
|
|
{{Checkbox (colored)|checked|color=orange}}
|
|
{{Checkbox (colored)|checked|color=orange|tick=no}}
|
|
{{Checkbox (colored)|unchecked|color=orange}}
|
|
{{Checkbox (colored)|checked|color=black}}
|
|
{{Checkbox (colored)|checked|color=black|tick=no}}
|
|
{{Checkbox (colored)|unchecked|color=black}}
|
|
{{Checkbox (colored)|checked|color=red}}
|
|
{{Checkbox (colored)|checked|color=red|tick=no}}
|
|
{{Checkbox (colored)|unchecked|color=red}}
|