Hi,
so i have a checkbox, which when i tick it give me a notify if my form valid or not, and i wanted to make it like when its not valid i want to clear my checkbox, so they can tick it again to check if its valid already.
I have this on OnCheck property: If(MainForm_2.Valid, Notify("Everything is Ok"), Notify("Please fill in all of the required fields") And UpdateContext({CheckBox1:false})) i have it like this but this is not working.
Please help me with the solution!
Thank you,
Robin