Replace radio buttons with images

1
Hello I need to offer my user an easy way to select between 5 options, visual and single click. Is there a simple way to present radio buttons as images? Thanks!
asked
2 answers
2

By default a enum has images, but not suitable for your goal.

I can think of two options you have in this case:

1. add 5x a image on the page. On click execute microflow which sets the related value for it

2. Instead of using a enum, use a referenced entity. This entity should be a specialization of Image. This alows you to dynamically create a list of images.

answered
0

The enum toggle widget might be of help in that case.

https://appstore.home.mendix.com/link/app/346/

answered