enable()
enables a disabled RadioGroup control or a specific element inside the control
enable(id?: string): void;
Parameters:
id: string
- optional, the id of a specific element inside the RadioGroup control
Example
form.getItem("radiogroup").enable("id_1");
Change log: The id parameter was added in v8.0