Sets the aria-labelledby attribute for the radio control.
The checked state of the control.
Disables the radio control.
Controls the validity of the control.
The label position of the radio control.
The name attribute of the control.
Makes the control a required field.
The value attribute of the control.
Removes focus from the radio control.
Simulates a click on the radio control.
Sets focus on the radio control.
Checks for validity of the control and shows the browser message if it invalid.
Sets a custom validation message for the control.
As long as message
is not empty, the control is considered invalid.
igc-radio
igcChange - Emitted when the control's checked state changes.
igcFocus - Emitted when the control gains focus.
igcBlur - Emitted when the control loses focus.
base - The radio control base wrapper.
control - The radio control.
label - The radio control label.