Help with validating checkboxes
Long and short of it, there are three check boxes shown when you click a preceding checkbox. I need those to validate if you check the preceding one. Easy enough. Due to the API im writing to, the three checkboxes have different name attributes. How can I make it required to check at least one of the three? If I write a rule for each one, how do I do it so its not required all the time - ie only one must be checked? Im using jquery validate