This class is the representation of a radio button.
@api private
Set the radio button to the given value.
radio.set? #=> false radio.set radio.set? #=> true radio.set(false) radio.set? #=> false
[Validate]