Flash Player 6.0.79.
Flash MX 2004.
checkBoxInstance.selected
checkBoxInstance
Property; a Boolean value that selects (true) or deselects (false) the check box.
true
false
The following example selects the instance checkbox1:
checkbox1
checkbox1.selected = true;