Im trying to place images based on checkbox from a grid.
The grid has a field called “checkboxes”
in there are 3 possible answers, Food, Beer, and Salamanders
There are only TWO images that will be displayed, an “X” or an “O”
Any combination can be checked.
Im trying to associate an image with whatever is checked. Is this possible, or should I not be using a grid for this?
I tried an IF statement, but quickly ran into issues
Basically I am trying to do this
If checkbox 1 is checked = show this image, otherwise show that image
if checkbox 2 is checked = show this image, otherwise show that image
if checkbox 3 is checked = show this image, otherwise show that image
Thanks