RadioButton.data

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

radioButtonInstance.data

Description

Property; specifies the data to associate with a radio button instance. Setting this property overrides the data parameter value set while authoring in the Property inspector or in the Component Inspector panel. The data property can be any data type.

Example

The following example assigns the data value "#FF00FF" to the radioOne radio button instance:

radioOne.data = "#FF00FF";