[jQuery] pulling my hair out with validation plugin and radio/checkboxes

[jQuery] pulling my hair out with validation plugin and radio/checkboxes


I'm using Jorn's validate plugin and have everything working great
except for the 'required' error messages for radio and checkboxes. I've
dug through the comments, API and examples but am stuck...
What I want:
o Item 1
o Item 2
Error message goes here...
What I'm getting:
o
Error message
Item 1
o Item 2
Any ideas what I could be doing wrong???
Jim