I am trying to figure out how to control whether a toggle actually toggles on after it is clicked. I haven’t been able to figure it out, even after searching the forums for other answers, and trying a whole bunch of things.
My use case is I will have the user click the toggle - which will trigger a prompt, and depending on how they interact with the prompt, the toggle will stay toggled off, or toggle on if they select the right response. So far, no matter what I do or how I try to control the toggle, it always turns on when clicked. Is there a way to prevent/control this behavior?