in Flex, how do I get the label for CheckBox to align to bottom?
Posted
by Sang
on Stack Overflow
See other posts from Stack Overflow
or by Sang
Published on 2010-06-07T20:55:07Z
Indexed on
2010/06/07
21:02 UTC
Read the original article
Hit count: 176
flex3
This is really annoying me, but if I do
<mx:CheckBox label="Checkbox" />
the label is slightly off the vertical center. I haven't found anything that relates to vertical alignment of the label in checkbox. How can I fix this?
© Stack Overflow or respective owner