We are on APEX 21.1
I have a form that has a checkbox that uses the default Y/N.
When the user selects the checkbox, I see in the session state that it is changed from N to Y.
If the user changes their mind (before saving) and unselects the checkbox, the session state shows that the flag is still a Y.
How do I get the session state to recognize that it has been changed back to the original values?
When the checkbox is selected, there is a dynamic action to set other fields. If they unselect the checkbox, I need to set the values back to the original values.