Programatically select radio button?
How do you programatically invoke a radio button?
What I am trying to do is after a user presses a radiobutton, it checks to see if another independent checkbutton is pressed. If it is, it disables it and then programatically calls the users first button press.