CheckBox Control

Properties   Events   Methods   See Also

Creates a check box.

Syntax

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 Chapter 10, Using Controls, in the Programmer's Guide.