CheckBox Object

The CheckBox object represents check box control.

Constructor

Name Description
CheckBox Creates new instance of the CheckBox control.

Properties

Name Description
Checked Indicates whether the check box is in the checked state.

Remarks

Use a CheckBox to give the user an option, such as true/false or yes/no.

Inherits From

Control Object