I have a boolean field on my order form that is a two-option control\boolean field. When a user clicks the control it toggles between yes/no.
When the user clicks, I want to be able to conditionally cancel the event and the value does NOT change. There doesn't seem to be a way to do this in CRM even though you can in JavaScript?
My only idea is to remove the default control and replace it with a webresource that I can more easily control, but I want to see if there is a built in way to do this before I take this approach.
Thank You,
Coty