Skip to main content
Nintex Community Menu Bar

Hiding a control if checkbox is checked

  • February 22, 2017
  • 3 replies
  • 28 views

Forum|alt.badge.img+10

Hi everybody,

I would like to do pretty much the direct opposite to the not() function.

I want to disable a checkbox if another checkbox is checked. The other way round (ACTIVATING when checked) is easy and you find a lot of tutorials telling you how to use the not() function for that.

I have the following situation:

199752_pastedImage_2.png

There are two checkboxes. As soon as one get checked, the other should be disabled (and the other way round).

How can I achive this? This should be possible with a simple rule, shouldn't it?

Thanks in advance,

mai-kel

3 replies

Forum|alt.badge.img+14
  • Scholar
  • February 22, 2017

opposite of not() function is double not(not()), or do not use it at all happy.png

for your scenario rule are definitely the most suitable.

checkbox (Yes/No control) evaluates directly to true/false, so your rule's formula will be very simple - just a reference to the counterpart checkbox


Forum|alt.badge.img+10
  • Author
  • Nintex Partner
  • February 23, 2017

So simple and clean. I like it very much. Thanks a lot!


Forum|alt.badge.img+1

Thank you very much. it's really simple.