https://html.spec.whatwg.org/multipage/input.html#checkbox-state-(type%3Dcheckbox)
9 Matching Annotations
- Nov 2019
-
html.spec.whatwg.org html.spec.whatwg.org
-
github.com github.com
-
So the main thing this gives us is a way to set indeterminate property of input via an indeterminate property?
This is misnamed. Doesn't actually give us a tri-state checkbox. Just a binary checkbox.
-
-
github.com github.com
-
input.indeterminate = indeterminate
So the main thing this gives us is a way to set indeterminate property of input via an indeterminate property?
Not sure how that supposedly gives us a tri-state checkbox.
-
-
github.com github.com
-
this shows that it’s easy to achieve with React even without React directly supporting it.
-
-
developer.mozilla.org developer.mozilla.org