CheckBox parameters

You can set the following authoring parameters for each CheckBox component instance in the Property inspector or in the Component inspector:

label sets the value of the text for the check box; the default value is CheckBox.

labelPlacement orients the label text for the check box. This parameter can be one of four values: left, right, top, or bottom; the default value is right. For more information, see CheckBox.labelPlacement.

selected sets the initial value of the check box to checked (true) or unchecked (false). The default value is false.

You can write ActionScript to control these and additional options for the CheckBox component using its properties, methods, and events. For more information, see CheckBox class.