<mx:HBox>
       <mx:RadioButtonGroup id="group1">
       </mx:RadioButtonGroup>
       <mx:RadioButton id="rd1" label="test1" groupName="{group1}">
       </mx:RadioButton>
       <mx:RadioButton id="rd2" label="test2" groupName="{group1}">
       </mx:RadioButton>
       <mx:RadioButton id="rd3" label="test3"
groupName="{group1}">
       </mx:RadioButton>
      </mx:HBox>

It will be better to make this an itemrenderer. It will be easy to get
the selected radiobutton value from the itemrenderer.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to