I’d like the multiple value radio buttons to allow only one selection, is this possible?
I can use buttons or checkboxes, either is fine, but right now the element allows multiple selections and I’d like to limit it to one only (example: AM or PM)
Also, once a button is clicked it can’t be unchecked to clear the selection.
Believe the issue’s resolved. I hadn’t changed all of the HTML from the example code. But would still like to know if there’s a way to choose between allowing multiple selections or just one from a group of buttons.