How to validate Checkbox using required()?
Upon hitting the submit button, the checkbox does not show an error message. Note that I'm using
novalidate
to my <form>
1 Reply
Nvm, the rule should be
accepted
novalidate
to my <form>
accepted