CheckBox.selected

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

checkBoxInstance.selected

Description

Property; a Boolean value that selects (true) or deselects (false) the check box.

Example

The following example selects the instance checkbox1:

checkbox1.selected = true;