Hi,
I am building a form where I want the users to be able to select their interests by clicking on icons.
The form will look something like this
I would normally do something like this in HTML/CSS using the checkbox component form field and then styling it.
As Ionic turns the select element into a modal window what approach can I take to achieve this effect in my form?
I’ve read that creating a custom form component would be the way to go but I’m not sure where to start with that. Is there any documentation or example available for this?
Thanks for your time.