cml:checkbox
Renders a single checkbox. Accepts all common attributes.
<cml:checkbox label="A single checkbox" />
Additional attributes
default
- If supplied, the value of this attribute will be submitted if the contributor does not check the checkbox. Otherwise, when the contributor checks the checkbox, the checkbox's
value
attribute will be submitted (or, in the absence of thevalue
attribute, thelabel
attribute.)