If radio is checked, check another radio button else
Hi, I two groups of radio buttons when one is selected i want automatically change the checked status of the radio buttons in the other list. For Example
https://jsfiddle.net/4n5121f6/
In my fiddle;
- the default checked status of the door options is the first radio button
- the default checked status of the handle options is the first radio button
- When i click on "Door not required" from door options i want the door handle options radio button to set to last option "SET TO 0"
- If i click on any other option on door options which is not the last one i just want the 1st radio option to be checked in the door handle options list.
Hope this makes sense, i appreciate your help