
Hello Forum!
I have been creating a Roll call app and have set up a checkbox system to show whether they are attending or not and this writes to a list .
The issue is that when you scroll down the gallery the checkbox is automatically disabled? I dont know hwo this has happened. Does anybody know why? Example is in the first image.
Code:
If(yes_1.Value, DisplayMode.Disabled, DisplayMode.Edit)
The above code is vice versa for the other checkbox.