Feel lame! can’t even make a checkbox group with only one select possible?

How to create a form group allowing only one selection.

Overview

The issue arises from using checkboxes, which are designed for multiple selections.
Use radio buttons instead, as they are specifically designed to allow only one selection within a group.

Answered
Ch Chacapamac 24 Aug, 2015
I’m trying to create a group a check boxes where only one selection is possible.

Choice 1 (check by default)
Choice 2
Choice 3

If Choice 3 is selected, Choice 1 become un-selected
Gr GreyHead 25 Aug, 2015
Answer
Hi Chacapamac,

Please use Radio buttons instead - that is how they work.

Bob
This topic is locked and no more replies can be posted.