jQuery Validate Uncaught TypeError: Não é possível chamar o método 'getAttribute' de undefined

Dado este HTML usando validar jQuery

 <input id="accept-terms" type="checkbox" class="required"/> 
 <label for="accept-terms"> I accept the <asp:HyperLink ID="termsLink" runat="server" Target="_blank">terms and condtions</asp:HyperLink> of sale.</label>
 <label for="accept-terms" class="error-text">You must accept the terms and conditions before purchasing</label>

Eu recebo este erro:

Uncaught TypeError: Não é possível chamar o método 'getAttribute' de undefined

questionAnswers(1)

yourAnswerToTheQuestion