Is there a way to have a button with an image overlay? In other words, a clickable image.
I want to show a few images to a user and have them select images by clicking on them.
2 Replies
Instead of buttons, can you use checkboxes that are displayed next to the images?
Or perhaps display the images in a ui.table configured with single selection
I will try the second one first. Checkboxes could work but ideally I want to have an array of images which form a larger image and the user needs to select some of them.