I have several checkboxes in HTML and I want to make sure at least one is checked. And I would like use jQuery validator so that I need not manage the error message presentation business. Also, I want to do this before submitting the form. I want to validate it by clicking a button. My codes likes this: I have several checkboxes in HTML and I want to