This is probably a stupid question but I'm still learning PowerApps, I'm looking to display or hide an image using a checkbox, can anyone explain to me how it's done?
The image will also need to be saved once I submit the form, again, I'm not sure how it's done?
Solved! Go to Solution.
Hi @PaulB3
Set the visible property of the image to Checkbox1.Value (assuming your checkbox is named Checkbox1). Checkbox values are either true or false.
Hi @PaulB3
Set the visible property of the image to Checkbox1.Value (assuming your checkbox is named Checkbox1). Checkbox values are either true or false.
I thought it would be easy, I sometimes get a bit confused with all this, so better to reach and get help than remain in the dark. Many thanks for your assistance its very much appreciated.