8/4/2010 10:24:50 AM
Title:
Change Label to left
Is there any way to change the label of checkbox to be on left.
8/4/2010 9:50:47 PM
Hi,
You mean like 'label' comes before 'box' ??
for that you can create custom component using label and checkbox,
put it into hbox in label>checkbox order, leave the lable of checkbox blank
and apply that text to label control may you get this things.
o/w you need to extend the check box and have to override
some method to achieve this requirement.
Regards,
Virat Patel
8/4/2010 9:54:48 PM
Hi,
Simply try like this..
<mx:CheckBox labelPlacement="left" label="CheckBox" />
Regards,
Virat Patel