Check Box Group
This component represents a set of check boxes combined into a single group. |
Public Variables (Properties)
[?]
Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings.
Check Box Data
This property defines a list of check boxes displayed by the component.
Variable Name: | data |
Records: | 0..unlimited |
Record Format:
Field Name | Field Type | Field Description |
id | String | ID. Unique text identifier of the particular check box. |
value | String | Value. The text of the check box label. |
selected | Boolean | Selected. This flag indicates if the check box is selected. |
Disabled | Boolean | Disabled. This flag indicates if the check box is disabled. |
Disable All
This flag disables all check boxes. Disabled check boxes are rendered as grayed-out and cannot be selected.
Variable Name: | disabledAll |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
disabledAll | Boolean | Disable All |
Public Events
[?]
Common Events: none
Was this page helpful?