I am looking for a way to manage multiple dependent sections. Basically I have a set of sections similar to this:
SectionGroup
Section "Primary Section" ps
SectionEnd
Section "Dependent Section 1" ds1
SectionEnd
Section "Dependent Section 2" ds2
SectionEnd
Section "Dependent Section 3" ds3
SectionEnd
Section "Dependent Section 4" ds4
SectionEnd
SectionGroupEnd I need to ensure that if any of the dependent sections are selected the primary section is also selected, also I need to ensure that if the primary section is unselected then all dependents are unselected.I have been playing around with .onSelChange and the code found at:
However, I am too thick to get this working