I\'m trying to build a proper react input checkbox select all component. The idea is that there is a component and
There is a simple package that solves this problem grouped-checkboxes.
In your case the render function will look like this:
render: function () { return ( Select All: ) }
More examples see Codesandbox example