[flexcoders] checkbox in a repeater

2005-07-06 Thread Robert Brueckmann
I have a repeater thats generating a list of FormItems that simply contain a checkboxso the label of the FormItem component is the name of some item the user has set up and the checkbox indicates yes or no for that item regarding some settingwhen the user clicks on the checkbox, I want to

Re: [flexcoders] checkbox in a repeater

2005-07-06 Thread Manish Jethani
On 7/7/05, Robert Brueckmann [EMAIL PROTECTED] wrote: …problem is, I can't dynamically set the ID of the checkbox and I can't seem to add any additional attributes to the checkbox so I know what the schema's ID is associated with that checkbox… You can get the repeaterIndex of the checkbox