defines the state of the option's elements
setValue(value: {[id: string]: boolean }): 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 toggle and value is the state of the toggleExample
form.getItem("ToggleGroup").setValue({
"toggle1": true,
"toggle2": false,
"toggle3": 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