actionscript 3 - getting mx:CheckBox values from inside mx:Repeater -
I have an array of objects that use as a data source for my repeater.
& lt; Mx: repeater id = "range repeater" datataprakar = "{this.allCategories}" & gt; & Lt; Mx: hbox & gt; & Lt; Mx: spacer width = "20" /> & Lt; Mx: check box id = "categoryCheckbox" label = "{repeater.currentItem.question}" /> & Lt; / Mx: hbox & gt; & Lt; / Mx: repeater & gt; I can tell which checkboxes have been checked in the list, but I'm not sure how to do it. I know that I can add functions when clicked, but I do not know which checkbox the function is called.
Use the property.
Comments
Post a Comment