I have a gallery displaying a few fields, and includes a checkbox and a text input. If a user wants to change a discount for a customer, they check the checkbox and the text input box shows. (These are not fields in the table - they are added to the other fields in a collection and sent via email to an accounts person for processing).
I have tried everything i can think of to set the visibility of the text input box to only show when the check box = true. But if someone leaves it checked and backs out of the screen, then returns to the screen into a different customer suddenly every line of the gallery has a text input showing even though the checkboxes are all FALSE! This is incredibly frustrating.
In Visible for the text input box If(chkTitlChange.Value=false,false,true)
(chkTitlChange is the checkbox next to the Text input)
How it should be:

And how it looks going back into the screen:
