Template:Tickbox/Doc
From PCSAR
The template {{Tickbox|selected}}
displays a tick box.
- selected
 - (optional) if present and contains non-empty text, tick box will be selected.
 
| You type... | You get... | 
|---|---|
 {{tickbox}}        
 | [ ] | 
 {{tickbox|yes}}        
 | [X] | 
 {{tickbox|}}        
 | [ ] | 
 {{tickbox|anything else}}        
 | [X] | 

