How to build an indeterminate checkbox in React
Fun fact: Did you know that HTML checkboxes have three built-in states, not just two? In addition to the checked state, there is also an indeterminate state. You can’t set a checkbox to indeterminate with HTML, only with JavaScript. Here’s what they ...
peanutbutterjavascript.hashnode.dev3 min read