object = accRadioButton(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_RADIOBUTTON role.
Represents a radio button in a group of buttons. The accName property returns the text displayed with the radio button. Its default action (accDoDefaultAction) is to check the button. The current state can be determined using accIsChecked.
wnd Overview | MS Accessibility