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