Hope that someone can give me some help with code. I need checkboxes to behave like a single choice radio button. Is that possible and how would I have to code that?
The reason that I can’t use radio buttons is that the label lenght has a maximum of 400 characters and since this is for a legal form, it contains lots of text.
Basically what I have to set up is a form with contact information, about 20 checkboxes of which only one can be selected, and a submit button. The contact info and checked box will be connected to a database.
Thanks Andreas, I tried that …but I have 23 check boxes and they are only allowed to check one box.
If I set them all as required, they all get checked once I select one.