Next slide on checkbox

Hi,

Unfortunately there is no way to advance your form using the checkbox alone. You’d have to use interactions and buttons.

You could use custom code. But it would be quite fiddly. I found this on StackOverflow: jquery - How to trigger checkbox click event even if it's checked through Javascript code? - Stack Overflow

You could combine that with my triggering an interaction with a keyboard input tutorial.