You can use the following action statements with radio button objects:
| Action | Description | 
| add | Creates a radio button object at runtime. | 
| change text | Changes the text displayed after the circle in the radio button. | 
| clear | Clears out the text in the radio button. | 
| disable | Causes the radio button to be grayed and prevents the user from moving to or selecting the radio button. | 
| enable | Causes the radio button to be drawn in normal color and allows the user to move to and/or select the radio button. | 
| check and uncheck | Allows you to set the state of the radio button as selected (a filled circle) or deselected (a hollow circle). | 
| make helpid | Changes the help ID of the radio button. | 
| make parameter | Change parameter string associated with the radio button. |