Hi, I want to create a custom component to select weekdays. It's basically a group of checkboxes.
What's the best way to implement this in Mantine, so that it gets well tied to the useForm logic (on change it updates the form.values object, validation, etc)?
Attached is the example of what I need. It should return an array of the selected strings like: ["sun","mon","wed"]
Thanks