BFE.dev
Front-End System Design Question20. Implement nested checkboxes

20. Implement nested checkboxes

SystemDesign Google
Share
  1. If the parent checkbox is checked, then all the children checkboxes will be checked.
  2. If the parent checkbox is unchecked, then all the children checkboxes are unchecked.
  3. If some of the children checkboxes are checked, then the parent check box will be in the indeterminate state
Source for this  
prev
Request SolutionAIVideos(1)Posts(11)