enable()
enables a ToggleGroup control or a specific element inside the control
enable(id?: string): void;
Parameters:
id: string
- optional, the id of a specific element inside the ToggleGroup control
Example
form.getItem("ToggleGroup").enable("toggle_1");