On my SharePoint Nintex form, I'd like to validate that a checkbox field has been checked when the item is being saved.
Here's my scenario:
- I have a SharePoint list with a Yes/No column "Agreement"
- On the form, I use Custom validation for the control:
- My custom validation script checks if the control is checked:
My issue and question is this:
-- The function always returns the "false" condition, whether the checkbox is checked or not. The script function is very simple, so I must have the syntax wrong, or am overlooking something basic. Any suggestions to resolve this would be greatly appreciated!