CheckBox Control
Creates a check box.
CheckBox
Remarks
A check box is used to toggle between two states, such as True (.T.) and False (.F.) or Yes and No. When a condition is True, an X appears in the check box.
Use the Caption property to specify the text that appears next to a check box. Use the Picture property to specify a picture for a check box.
For additional information about CheckBox controls, see Using Controls.
See Also
CheckBox Control Properties, Methods and Events | CREATE CLASS | CREATE FORM | DEFINE CLASS