import mx.collections.ArrayCollection; [Bindable] private var myDP:ArrayCollection = new ArrayCollection([ {label1:"#1", quant:1, Sent:true}, {label1:"#2", quant:2, Sent:false} ]);