Label for FormItem : FormItem « Components « Flex






Label for 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

1.CheckBox FormItemCheckBox FormItem
2.Layout FormItem horizontallyLayout FormItem horizontally
3.FormItem containers take an input control and provide it with a labelFormItem containers take an input control and provide it with a label
4.FormItem font style and weightFormItem font style and weight
5.Creating mandatory FormItemsCreating mandatory FormItems
6.Set the FormItem label color to dark blue and its font size to 20 pixelsSet the FormItem label color to dark blue and its font size to 20 pixels
7.Show the FormItem container definitionsShow the FormItem container definitions