<targetlist> 647
Attributes
label Text that appears next to the radio button.
selected Boolean value; if true, it makes the radio button the default selection in the
radio group.
accesskey String; a character to be used for the keyboard shortcut for this control
(available only on Windows).
Child tags
None.
Parent tag
<radiogroup>
Description
Control tag; creates a single radio button control. This tag must be used within a
<radiogroup> tag.
Example
The following example defines a group of <radio> controls that are included in the example
for
<menulist>. For the complete example, see <menulist>.
<radiogroup id="type">
<radio label="Movie clip"/>
<radio label="Button"/>
<radio label="Graphic"/>
</radiogroup>
<targetlist>
Category
Flash MX 2004.
Usage
<targetlist
id="myLabel"
class="myClass1[, myClass2][, ..., myClassN]"
required="true|false"
pathtype="relative|absolute"/>