Template:Checkbox: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description":"Depiction of a checkbox in one of several states.", | "description": "Depiction of a checkbox in one of several states.", | ||
"params":{ | "params": { | ||
"checked":{ | "checked": { | ||
"label": "Checked", | |||
"type": "boolean", | |||
"required": true, | |||
"description": "Whether the checkbox is checked or not.", | |||
"aliases": ["1"] | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |