I am using a List with an ArrayCollection as a DataProvider. The list uses ComboBox as Item Renderer
itemRenderer="mx.controls.CheckBox"
I would like to bind the values in the List.
You have a list with several comboboxes, and those values are loaded dinamically from an ArrayCollection.
The ArrayCollection contains Objects with a boolean property for which I should bind the True/False values selected in the comboboxes.