I need to have a check box that the user checks to acknoledge they've read something. I've tried just about all combinations of check boxes and verifications. If you set it to required value, it passes onto the next screen whether or not you check the box. How can I create a check box that won't let the user get to the next screen unless they've checked it?
In regular text fields it looks for characters if you have it set to "required info" I "require them" to check the check box before they can go to the next screen.