[Bindable] private var bindableText:String = ""; private function setText():void { bindableText = String(cb.selectedItem); }