The CheckBox class provides methods to query and modify check box controls. It inherits all methods of:
The RadioButton class (see RadioButton Class)
The ButtonControl class (see ButtonControl Class)
The DialogControl class (see DialogControl Class)
The CheckBox class requires the class definition file oodwin32.cls:
::requires "oodwin32.cls"
Use the GetCheckControl method (see GetCheckControl) to retrieve an object of the CheckBox class.
Events for instances of the CheckBox class may be captured using the ConnectButtonNotify method of the MessageExtensions Class.