Validation condition for checkboxes so that they must be ticked

  • 21 October 2020
  • 1 reply
  • 2 views

Badge +5

Afternoon all

 

I'm trying to put some validation on a checkbox so that a user can't submit unless it's ticked. I tried the formula below but it didn't work. Any formula to do this?

 

 

 

https://community.nintex.com/t5/Nintex-for-SharePoint/Checkbox-validation-rule-not-acknowledged-after-checking-the/td-p/114278


1 reply

Badge +3

Hello Sutekh,

 

I had a similar question from a customer and solved it by adding following Formatting rule to the 'save'-button: isNullOrEmpty(NameOfYourCheckBox), then set the rule to disable the button.

 

Kind regards,

 

Jim

 

Reply