show()
shows either an option of ToggleGroup or the whole ToggleGroup
show(id?: string): void;
Parameters:
id: string
- optional, the id of a specific element inside the ToggleGroup control
Example
form.getItem("ToggleGroup").show("toggle_1");
If the id of a toggle is not specified, the method shows ToggleGroup with all its options.