label for check box and button
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:CheckBox label="I have read the terms and conditions" /> <mx:Button label="Submit" /> </mx:Application>