Set label for a Button with child tag
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Button id="exampleButton"> <mx:label>Example Button</mx:label> </mx:Button> </mx:Application>