OverviewExamples
| 
 RadioButton.SetChecked (  | 
RadioButton.SetChecked("Radio Two", true);
Checks the radiobutton object named "Radio Two."
RadioButton.SetChecked("RadioButton4", false);
Unchecks the radiobutton object named "RadioButton4."
See also: Related Actions