Radio buttons are identical to Checkboxes but grouped so that only one checkbox in a group can be on at a time. They use same class for checkboxes, but add CheckboxGroup class.
|
In addition to checking the state of checkboxes in a group, there is a method to return the one checkbox which is on:
|