The <checkboxitem> Tag
Purpose
The <checkboxitem> tag renders a checkbox input field (i.e., it is mapped to an HTML <input> element with type="checkbox").
Requirements
A <checkboxitem> tag has to be embedded in a <group> tag.
Attributes
Attribute groups: %coreattrs, %i18n, %events and %input.
| Name | Description |
|---|---|
| checked | Mapped to the HTML attribute of the same name, if no current value is available. |
| value | Required - Mapped to the HTML attribute of the same name. The value has to be a valid key in the group model of the enclosing <group> tag. |
Body
The <checkboxitem> tag has no body.


