I have a checkbox group in one form that I need to be posted.
I agree with Answer 1, but the issue is, I am using a parent checkbox to toggle the subcategory checkboxes. If I go with chk0[0],chk0[1], etc, the toggleParentCheckboxes function fails... Please take a look at this:
How Can I fix this, so the toggling works and also the post variables are the way I desired..
Thanks