Hey Jason... I guess the rest of the group are all slugs! How dare they take Easer off! LOL
I had kinda come to the same conclusion... what I implemented was:
if($$('input:checked').length > 0)
return true;
This kind of works because the ONLY input on this page are checkboxes (think of a wizard) but I was really looking to pass names (kitcat[]) in so that it could be more flexible and accomodate future mods.
In your method, I need to mod all 17 checkboxes to include the same class name which is currently: "validate-onein-group"
Is there a way to collect all checkboxes with the same name?