[jQuery] [validate] Validation max number of checkboxes

[jQuery] [validate] Validation max number of checkboxes


Hi,
I'm trying to create a validation that would ensure that users select
between 1-5 options out of a list of checkboxes with the same name.
For example:
Pick your favorite color (required, maximum of 5 selections).
Is there any way to do this with the validate plugin?
Thanks!