Gets the element on which the radio button is bound.
The radio button element.
Gets the element on which the radio button is bound.
The radio button element.
Gets the radio button [label
]{@link RadioButton.label} element.
The label
element.
Gets the input
element (the radio button itself).
The input
element.
Indicates whether the radio button is selected.
true
if the radio button is selected, false
otherwise.
Resets the radio button.
Select the radio button
will trigger change event if specified and the radio button is not already selected
Creates a new RadioButton
.
The function to call when the radio button value changes. This function takes the current
RadioButton
instance as an argument.
The label to display next to the radio button.
The value to set the input
HTMLElement name
attribute to.
A radio button widget with standard styling.