Give the checkbox an Id, say id="cbx", then you can reference the individual controls using cbx[n], where n is the index of the dataProvider item.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of pioplacz Sent: Friday, May 09, 2008 9:14 AM To: [email protected] Subject: [flexcoders] getting all selected dynamically created checkboxes within a repeater Hi, I was wondering if there is an easy way to get all selected checkboxes that were created by the repeater component? I've tried to create a new arraycollection to store the value when checkbox is selected by i keep on getting multiply values of the same checkbox. Thanks in advance!

