My checkboxes aren’t showing any more than 16 characters and I don’t know how to make them wider because I’m attaching them in a loop like this:
var c = this.listView.createClassObject(mx.controls.CheckBox, "my_ch", this.listView.getNextHighestDepth(), {label:array[j]});
What do I need to do to get wider labels?