Mapping checkboxes inside checkboxes ReactJS
问题 I have a function which triggers children checkboxes once main checkbox is checked, and all these checkboxes are mapped from JSON. The main checkboxes (Highest level) and all of its children checkboxes (2nd level) under them are shown on click and its working great, what I am trying to display is the children of those children of the main checkboxes (3rd level) on clicking the 2nd level items. Basically to show all three orders under each other on check, and add the 3rd order to my current