Data Binding
Last updated
Last updated
The data map for the Bootstrap checkboxes component is listed below. The component expects these field names in its data
configuration.
Use the datamap
configuration property to bind a data structure to the component that does not have the same field names.
Name
Description
id
The field in the data to be used as the unique id for checkboxes
label
The field in the data to be used as the display label for checkboxes
checked
Optional. The field in the data to determine whether an option should be checked by default.