Use to define a CheckBox control : CheckBox « Components « Flex
- Flex
- Components
- CheckBox
Use to define a CheckBox control

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:VBox>
<mx:CheckBox width="100" label="A" />
</mx:VBox>
</mx:Application>
Related examples in the same category