Scenario: I put a checkbox in a gallery. That means that all the items are going to have a checkbox. I want to uncheck(or reset) all the checkboxes(or the checkbox) when the screen first shows up or when I click the X icon in the NavBar. Is this possible?
I have tried a couple of things to uncheck(reset) a checkbox if the checkbox is in a gallery and the user leaves that screen by either clicking on the X icon.
First, I created a global variable on the OnStart and/or OnVisible of the landing screen property and set it to false like so Set(chkbxcval, false). On the Default property of the checkbox I put this variable. (Doesn't work).
I have also put it on the OnSelect property of the X icon that is in the Navbar of the screen where the Gallery that contains the checkbox is.
Second, I have typed chkb_SelectedAttachment.Value=false on the screen where I have the gallery that contains the checkbox and nothing and I have tried other things as well. Anybody knows if resetting or unchecking is possible for a checkbox inside a gallery?
Please heee..lp!