Alexander Graef schrieb:
[...]
This is a wrong scenario, as normally each checkbox has its own unique name
within a form. The validation fails if the names are different for each
checkbox. How do I chain them for validation with each checkbox having its own
name ?
[...]
I have no idea how to identify a group of checkboxes without a common
name. And this is the first time I read that checkboxes need a unique
name. The HTML spec
(http://www.w3.org/TR/html401/interact/forms.html#checkbox) says:
> Several checkboxes in a form may share the same control name.
<http://www.w3.org/TR/html401/interact/forms.html#control-name> Thus,
for example, checkboxes allow users to select several values for the
same property.
Could you recheck your resources?
-- Jörn