How to implement Nested Checkboxes

0
I need to create a groupped checkboxes with similar structure and functionality like in the link below: Nested Checkboxes   How can I achieve this and what kind of widget to use? I tried with Bootstrap multi select widget but don’t understand how to configure it. If you can help me with that or have a simpler solution it would be great. 
asked
1 answers
0

Check out this widget from the marketplace, this should allow you to configure what you’re looking for. 

answered
0

To create grouped checkboxes with nested checkboxes:

  1. Use HTML <ul> and <li> elements for structure.
  2. Assign classes like parent-checkbox and child-checkbox to checkboxes.
  3. Use JavaScript to handle checkbox behavior, ensuring parent checkboxes affect child checkboxes and vice versa.

 

 

Thank you

Mulesoft Course

answered