getValue()
returns the current value of a RadioGroup control
getValue(): string;
Returns:
A string with the current value of the control.
Example
const value = form.getItem("radiogroup").getValue();
// -> "1"
returns the current value of a RadioGroup control
A string with the current value of the control.
Example
const value = form.getItem("radiogroup").getValue();
// -> "1"