Checkbox "changed" event


Badge +3

Hi All.

 

I have a checkbox  and I want to disable controls when the checkbox is checked and enable the controls when the checkbox is unchecked. However the "changed" event of the checkbox only allows me to  either enable or disable. 

 

Any ideas on how I can do this?


3 replies

Badge +10

Strange. What happend f you do in the "when checkbox is changed run" put a if condition, if checkbox = yes or check box = true then show a control rule.

Userlevel 1
Badge +8

Hi MoMapaela

 

Try this on your Checkbox changed Rule.

 

Add a condition: If the Check box contains value True

 

Then add an action  "Specify edit state for view controls" and configure the controls to be read-only

 

You can then add an else statement and add another "Specify edit state for view controls" and configure the controls to be editable.

 

Make sure you dont set your checkbox to be read-only!

 

10911i24502D19108935A1.png

Badge +3

Thanks a lot guys , i will go ahead and try it out.

 

:)

 

Reply