Label for FormItem : FormItem « Components « Flex
- Flex
- Components
- FormItem
Label for FormItem

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Form x="162" y="95">
<mx:FormItem label="Logging">
<mx:CheckBox label="Active"/>
</mx:FormItem>
</mx:Form>
</mx:Application>
Related examples in the same category