[jQuery] CheckBox - Select and Deselect
Hello,
I have 8 inputs of type checkbox.
On 4 of them (A, B, C and D) I want to deselect the other three when
one is selected.
For example, if I select A I want B, C and D to be deselected.
If I select C I want A, B and D to be deselected.
Is it possible to create this functionality?
Thanks,
Miguel