Multi-choice user input radio buttons

i added a user input field and I would like it to be multi choice. I don’t see anywhere in the settings or “manage choices” the option to do that. I also looked in the docs and didn’t find anything. How can I make a radioGroup user input multi-choice one?

Radio button is not meant to be used for multi choice. It’s a single choice element.
You should use a checkbox group instead.