I have a vocabulary displayed as checklist that has both parent and child terms like:
- Parent 1
- Child1.1
- Child1.2
- Parent 2
- Child2.1
- Child2.2
- Child2.3
My requirement is to have the parent term disabled by default. In case user selects any of the child term, the parent gets automatically selected.
Suggestions?