/
The CheckboxButton component
The CheckboxButton component
It is an IControl<Boolean> which returns the boolean value for the selection, just like a checkbox. The button is created as:
add(new CheckboxButton());
Besides the usual properties that belong to an IControl the button has two additional properties:
Name | Type | Description |
---|---|---|
onLabel | String | The text to show as the "on" value. Defaults to a Msgs label when null. |
offLabel | String | The text to show as the "off" value. |
, multiple selections available,
Related content
The DefaultButton component
The DefaultButton component
More like this
RadioButton and RadioGroup
RadioButton and RadioGroup
More like this
The FormBuilder (form4 version)
The FormBuilder (form4 version)
More like this
DomUI Component overview
DomUI Component overview
More like this
The BreadCrumb2 component
The BreadCrumb2 component
More like this
LookupInput/LookupInput2 behavior and layout rules
LookupInput/LookupInput2 behavior and layout rules
More like this