Value
methodsGets or sets the value (the checked checkboxes) of the CheckBoxGroup. If some of the passed values are not present among the values of the checkboxes, those values will be disregarded. If passing an empty array, the value of the widget will be reset and the checked state will be removed from the selected checkboxes.
- The
valuemethod does not trigger select or change events. Those events are triggered by user interaction.
Parameters:valueArray
Returns:Array
The value to set.
Array of the selected values in the CheckBoxGroup, if any.