CheckBox.Checked

Syntax

Checked: Boolean

Description

The Checked property determines whether the component is selected.

Comments

If the property is set to True the component is selected. By default the property is set to False.

Example

The property use is given in description of the CheckedChanged event.

See also:

CheckBox