sets the value for a CheckboxGroup control
setValue(value: {[id: string]: boolean | string}): void;
Parameters:value: object
- the value to be set. The object contains a set of key:value pairs where key is the id of a checkbox and value is the state of the checkboxExample
form.getItem("CheckboxGroup").setValue({
"checkbox_id_1": true,
"checkbox_id_2": false,
"checkbox_id_3": true
});
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4