in Flex, how do I get the label for CheckBox to align to bottom?
- by Sang
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?