Flash CS3 Documentation |
|||
| Using ActionScript 3.0 Components > Using the UI Components > Using the CheckBox | |||
A CheckBox is a square box that can be selected or deselected. When it is selected, a check mark appears in the box. You can add a text label to a CheckBox and place it to the left, right, above, or below the CheckBox.
You can use CheckBoxes to gather a set of true or false values that aren't mutually exclusive. For example, an application that gathers information about what kind of car you want to buy might use CheckBoxes to let you select features.
Flash CS3