If it possible to have the checkboxes to take multiple inputs?
Right now, when I create a checkbox, it creates a single checkbox. I want to have many items to select, like a radio button, but be able to select many options. Is that possible?
It seems like these two older posts are asking a similar question:
Multi-check box can be saved to Server? and Filtering with checkboxes and multiple selections from a drop down
However, I’m still not sure what the answer is.
Could I use a “group” and put many checkboxes in the group and then save whichever ones are clicked by any chance?