DomRadioButton.
Clicks a radio button.
radiobutton.Select()
This functionality is supported only if you are using the Open Agent.
WINDOW rb = GetRadioButtonInForm() Verify(rb.Selected, FALSE) rb.Select() Verify(rb.Selected, TRUE)