-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
I would like to create a user custom field of type checkbox list
Describe the solution you'd like
I have a headless solution. We're using User Groups (Type = Role), and would want to create a set of checkboxes to trigger "capabilities" (i.e. within a page show/hide the add to cart button)
It would be simpler if I could have 1 field that would have a number of checkboxes associated with it
Describe alternatives you've considered
I will just be using a text field with a comma split values. The problem is that I don't get a full view of all my options, so I need to have a cheatsheet with all of the possible values
Additional context
I want to avoid creating 1 checkbox field for each capability. That would pollute the UI and would make it harder to manage as we'd have to keep sorting the fields.
Thanks,
Nuno Aguiar