Simple checkbox set selector

0
Is there a substitution for simple checkbox set selector, but only for react native applications? Or if not, can Web pages be shown on a react native applications? Has anyone had any experience with similar widgets that only work on web pages?
asked
1 answers
0

Hi I don't think there is a native simple checkbox set selector yet. You could raise an issue about it on: https://github.com/mendix/CheckboxSetSelector/issues

I think your best option right now would be to either create your own widget, or create a custom structure with helper entities and booleans that will provide you with a similar UI

answered