5
Answers

JavaScript for a checkbox

I have a dropDown with two items itemA and itemB
and two checkBox below named chkBoxA and chkBoxB
if the item in the dropdown selected is itemA
either of the checkBoxes(chkBoxA and chkBoxAB) should be selected(like a radio button) but not both
Can someone please help me with the jaascript.
Answers (5)