Forum Discussion
YardenAdmian-40
3 years agoCommunity Member
Storyline, uncheck a box
Hi,
As shown in the gif, I have a problem when the user de-selects an option:
In the above example, it does "catch" the first answer when an answer is added, but not when users "change their...
JudyNollet
3 years agoSuper Hero
You have triggers that run when a checkbox is selected. That means you also need triggers to undo those actions, and those need to run when the checkbox is deselected.
Yes, that can get cumbersome. That's why a "select multiple options" interaction is most often programmed with a button to indicate the user is ready to submit their answer. Then the subsequent actions are done based on that button being clicked.