You can use the following built-in functions with radio buttons.
Function |
Description |
is checked |
Queries the state of a given radio button. It returns true if the radio button is selected. |
checked in group |
Returns the name of the selected radio button in a group of radio buttons from a particular dialog box. |