Template:Checkbox
Jump to navigation
Jump to search
Provides a Unicode checkbox symbol.
- {{checkbox}} yields a blue, empty checkbox: ☐
- {{checkbox|yes}} yields a green checkbox with a checkmark: ☑
- {{checkbox|no}} yields a red checkbox with an x mark: ☒
The values true and 1 can also be used instead of yes; while false and 0 can also be used instead of no. Any other value results in the empty blue checkbox.