Then you change the order in the If function: @ezraveee
From:
Icon1.DisplayMode: If(<checkboxname>,DisplayMode.Disabled,DisplayMode.Edit)
To:
Icon1.DisplayMode: If(<checkboxname>,DisplayMode.Edit,DisplayMode.Disabled)
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.