User Guide

<checkbox> 449
</grid>
</dialog>
The button command now appears on the Commands menu. If you have a Flash document
open, you can select the
button command from the Commands menu and the dialog box
defined by button.xml appears.
<checkbox>
Availability
Flash MX 2004.
Usage
<checkbox
id=”myID
label=”myLabel
tabindex=”myIdx
checked=”true|false”
accesskey=”myChar”/>
Attributes
id
String; represents a unique identification string that is used by the extensibility features to
identify the control and access the value it returns.
label String; text that appears next to the check box.
tabindex Number; an integer used to set the controls position in the tab order (available only
on Windows).
checked Boolean value; set the default value. If true, the box is checked when the dialog box
first appears;
false otherwise.
accesskey String; a character to be used for the keyboard shortcut for this control (available
only on Windows).
Child tags
None.
Parent tag
<dialog>, <hbox>, <row>
, <vbox>
Description
Control tag; creates a check box control.
Example
The following example is excerpted from the Labeled Frame CuePoint Navigation behavior
definition file:
<dialog id="NamedFrameCuePointDialog" title="Labeled Frame CuePoint
Navigation" buttons="accept, cancel">
<vbox>
<hbox>