tag" src="http://www.rntsoft.com/Code/FlexImages/TosetfunctionalitysuchasasingleeventhandleronthegroupusethesRadioButtonGrouptag.PNG"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
import mx.events.ItemClickEvent;
private function handleCard(event:ItemClickEvent):void {
//Print the value of the selected RadioButton in the Text Area
var cardValue:Object = cardtype.selectedValue;
myTA.text="You selected " + cardValue;
}
label="American Express" width="150" />
width="150" />