Can I select a Radio Button via procedure

I have a form with 3 radio buttons. I would like to open the form to a known state, ie. a particular radio button selected. Is that possible to do in a procedure?

Assign the appropriate value to the variable that button sets, and ShowVariables.

Thanks, Dave. I was setting the appropriate value but didn’t have the showvariables statement. Now it works!