On Feb 24, 7:18 am, shapper <mdmo...@gmail.com> wrote: > 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? Use a set of radio buttons. -- Rob
- [jQuery] CheckBox - Select and Deselect shapper
- [jQuery] Re: CheckBox - Select and Deselect MorningZ
- [jQuery] Re: CheckBox - Select and Deselect RobG