Using ActionScript 3.0 Components |
|
|
|
| Using the UI Components > Using the RadioButton > RadioButton parameters | |||
You can set the following authoring parameters in the Property inspector or in the Component inspector for each RadioButton component instance: groupName, label, LabelPlacement, selected, and value. Each of these parameters has a corresponding ActionScript property of the same name. For information on the possible values for these parameters, see the RadioButton class in the ActionScript 3.0 Language and Components Reference.
You can write ActionScript to set additional options for RadioButton instances using the methods, properties, and events of the RadioButton class.
|
|
|
|