BFE.dev
前端系统设计问题20. Implement nested checkboxes

20. Implement nested checkboxes

SystemDesign Google
分享给更多人
  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
来源  
上一个
请求解答AI视频(1)讨论(11)