Tree Lists With Indeterminate Checkboxes in React

Indeterminate checkboxes — or, “semi-checked checkboxes” — can be quite a challenge to create and update in tree-structured data lists. A complete guide for creating a solution

Gerard van der Put
Better Programming
Published in
8 min readJan 24, 2022

--

What we will create today!

As always, you can find all relevant code in my GitLab repository.

--

--