Skip to main content

Check box

Anatomy

<checkbox id="var" label="string" caption="string" selected="bool" disabled="bool">
string
</checkbox>

Description: CHECKBOX represents a two-state form control that displays the checkedness of a data element and is attached to a label.

Attributes

NameTypeDescriptionDefined By
idvarIdentifier checkbox
labelstringLabel checkbox
captionstringCaption checkbox
selectedboolInitially selected checkbox
disabledboolDisabled checkbox