setValue()
sets the state for a Checkbox control
setValue(checked: boolean): void;
Parameters:
checked: boolean
- the state to be set for the checkbox
Example
form.getItem("checkbox").setValue(true);
sets the state for a Checkbox control
checked: boolean
- the state to be set for the checkboxExample
form.getItem("checkbox").setValue(true);