and three : RadioButton « Components « Flex
and three : RadioButton « Components « Flex
- Flex
- Components
- RadioButton
and three
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:RadioButtonGroup id="phoneRadioButtonGroup" />
<mx:RadioButton label="mobile" groupName="phoneRadioButtonGroup" />
<mx:RadioButton label="home" groupName="phoneRadioButtonGroup" />
<mx:RadioButton label="other" groupName="phoneRadioButtonGroup" />
</mx:Application>
Related examples in the same category