I\'m trying to build a proper react input checkbox select all component. The idea is that there is a component
and
I came across to this thread very late. Below solution works for me with below structure.
There are 3 components which makes this feature clean and reusable.
Stack Blitz with Module - https://stackblitz.com/edit/react-check-box-list
Standlone Code is below
React: Select All or DeSelect All