Retrieving the state of a radio button
To retrieve the current state of a radio button the State property is used, for example the following would retrieve the current state of the radio button:
RadioBtnState = .RadioBtn1.State
The State property returns FALSE if the radio button is unset, and TRUE if it is set.