I have a form with similar structure to this:
What I would like is that when an option is selected the corresponding title checkbox is automatically checked (and if the option is unchecked the title becomes unchecked)
Also I would like to have a button that checks/unchecks all checkboxes in the form.
I have found a tutorial on how to do the second part but as I very little JavaScript knowledge I do not know how to alter it to achieve the first problem!
Many thanks in advance!
What I would like is that when an option is selected the corresponding title checkbox is automatically checked (and if the option is unchecked the title becomes unchecked)
Also I would like to have a button that checks/unchecks all checkboxes in the form.
I have found a tutorial on how to do the second part but as I very little JavaScript knowledge I do not know how to alter it to achieve the first problem!
Many thanks in advance!