I have several yes/no columns in my SP list, which have been added to a form within my app as toggles. I have the default set as "No" (false) for all of these cards.
I'd like the form to operate such that when the user changes one of the toggles to "Yes" it updates all other toggles to "No". At first I tried to update the "OnChange" property to simply Reset(Toggle#), however, as a result if the user is changing the toggle on one form and switching it to another, it forces the user to have to do that action twice (hope this explanation is clear).
Any suggestions on how to clean this up to work more fluidly?