I am in need of the following :
Implement a drop-down menu that reflects hierarchical parent-child relationships.
Include a checkbox for each node to allow for selection.
If all child nodes are selected, their parent node should be automatically checked, or vice versa.
For example, I require a drop-down structure like this :
[Checkbox]Element 1
[Checkbox]Element 1.1
[Checkbox]Element 1.2
[Checkbox]Element 1.2.1
[Checkbox]Element 1.2.2
[Checkbox]Element 2
[Checkbox]Element 2.1
[Checkbox]Element 2.2
[Checkbox]Element 2.2.1
[Checkbox]Element 2.2.2
Please recommend any solutions or available plugins to achieve this functionality. The hierarchy may extend beyond 4-5 levels in the future.
Thank you in advance.