I want to change the value of a checkbox if another checkbox is selected.
I will try to show you want I really want using 3 images.
Image 1 shows the 5 check boxes i have in my form.
Image 2 shows that if the checkbox is clicked another checkbox shows on its right side.
If the right checkbox (image 3) is clicked everything works fine.
The problem arises when left and right checkboxes are clicked (image 3) and you uncheck the left checkbox. The right checkbox is hidden but it is still selected. I want to unchech the right checkbox if the left is unchecked.