Mega Code Archive
Categories
/
Flex
/
Components
Use style to change font size and weight for RadioButton and Label
@namespace mx "http://www.adobe.com/2006/mxml"; mx|RadioButton, mx|Label { font-size:10; font-weight:bold; }