So how can I only allow a user to select only one checkbox?
I know radio buttons are “ideal”, but for my purpose…it’s not.
I have a field where users need to select either or of the two options, but not both. The problem is that I need my users to also be able to unselect their option, and this is where radio buttons fail because once you select the group, you have to choose an option.
I will be validating the info via php, but I’d still like to restrict the users to one answer if they want to give it.
This snippet will: