Skip to main content
Nintex Community Menu Bar

Hide element depending on the value of a checkbox in Nintex Forms

  • December 11, 2020
  • 3 replies
  • 349 views

Forum|alt.badge.img+3

Hello,

 

I have a couple of values in a SharePoint list. And some checkboxes. In a startform of a Nintex workflow i want to hide elements, when the checkbox has the value false (or show if the value is true).

In the rule I tried false, true, 1, 0, the rule was is not working. See also attached picture.

Can someone help, please?

Thanks,

  panc

 

3 replies

Forum|alt.badge.img+12
  • Scholar
  • December 11, 2020

@panc ...since it's the checkbox, "equal" won't work, use "contains" or "does not contains" instead.


Forum|alt.badge.img+11
  • Scholar
  • December 12, 2020

@panc @Are your checkboxes Yes/no controls? If they are, Yes/No control evaluates to true if checked otherwise to false. So just use control name in formula and select hide or disable.


Forum|alt.badge.img+3
  • Author
  • December 14, 2020

Hi @Nunezma thanks!