We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validation rule for HTML checkboxes
<input type="checkbox">
The text was updated successfully, but these errors were encountered:
Default value when omitted in the HTML is "on", at least in Edge
Can this depend on browser impl?
Sorry, something went wrong.
@WaveHack might be. Caniuse and MDN don't make any mention of this, but it might be worth investigating. Thanks 😄
https://caniuse.com/mdn-html_elements_input_type_checkbox / https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox
No branches or pull requests
Add validation rule for HTML checkboxes
<input type="checkbox">
The text was updated successfully, but these errors were encountered: