It seems that you're using the same id for each checkbox - you're not allowed to do that. name attribute yes, but not id. CHange the id for each checkbox to be unique. Your 'for' attribute in the label should be the same as the checkbox id - if not, the checkbox won't be toggled when you click the label - or worse still the wrong checkbox will be toggled.
diafol
Rhod Gilbert Fan (ardav)
7,800 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080