Forum Discussion
TianxuanLiu
3 years agoCommunity Member
Checkbox to enable and disable NEXT button
Hi all,
I have a checkbox on the slide, so users must check before moving on.
The "Enable Next button" trigger is easy, and there are many ways to do it. But the problem is that I can't disable the Next button if users uncheck the box again. Thanks.
- MichaelHinzeCommunity Member
Instead of a trigger with "if state of checkbox is Normal", using a trigger with the "IS NOT Selected" option produces more predictable results. See attached.
- TianxuanLiuCommunity Member
Thank you so much!