checkbox in formItem
hi all,
can display 10 check boxes in 2 rows in formitem?
thanks in advance.
johnny
<mx:formitem>
<mx:vbox>
<mx:hbox>
<mx:checkbox id="chbx1" label="checkbox 1"/>
<mx:checkbox id="chbx2" label="checkbox 2"/>
<mx:checkbox id="chbx3" label="checkbox 3"/>
<mx:checkbox id="chbx4" label="checkbox 4"/>
<mx:checkbox id="chbx5" label="checkbox 5"/>
</mx:hbox>
<mx:hbox>
<mx:checkbox id="chbx6" label="checkbox 6"/>
<mx:checkbox id="chbx7" label="checkbox 7"/>
<mx:checkbox id="chbx8" label="checkbox 8"/>
<mx:checkbox id="chbx9" label="checkbox 9"/>
<mx:checkbox id="chbx10" label="checkbox 10"/>
</mx:hbox>
</mx:vbox>
</mx:formitem>
if post answers question or helps, please mark such.
greg lafrance - flex 2 , 3 ace certified
www.chikaradev.com
flex training , support services
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment