How does a user uncheck a radial button from a form?

I created a form using radial buttons. users are complaining that once the make a sellection the cant uncheck them.
Check boxes I can uncheck but once you sellect a radial eveen if by mistake you can not blank it. At least I havent found a way unless I use reset on the whole form and use the forms tool

Hi,

you can only deselect a radio button by selecting a different radio button from the same group.
This is a default behaviour of radio buttons, it ensures exactly one answer out of a group will be selected. If the selection still needs to be optional but limited to one answer at the same time, add a radio button titled “none/other” so users can select that if the other aswers dont apply to them.
Otherwise use checkboxes instead.

regards,

Robin