setValue()
sets the value for a RadioGroup control
setValue(value: string): void;
Parameters:
value: string
- the value to be set
Example
form.getItem("radiogroup").setValue("2");
sets the value for a RadioGroup control
value: string
- the value to be setExample
form.getItem("radiogroup").setValue("2");