Hello Boris,
Please note that beside setting the property as you have done (which is correct), we also need to refresh the current dialog (this is another event that we can add that will refresh the current dialog so that the Checkbox state will be updated). Refreshing the dialog should only be done if the condition is met when the dialog is already spawned (e.g. customer clicks on a button --> xyz condition is met --> we want to uncheck a checkbox)
Also, please note that the value of the property isn't "0" when it is not selected. It should be set to empty string.
- Screenshot_206.png (6.48 KiB) Viewed 1732 times
The above screenshot showcases an example on how the
"Set property" event should look like.
Once again, if the condition is done on the current dialog, besides that, we should also add a
"Refresh the current dialog" event. However, if done prior to the dialog being spawned, there's no need for that and we can simply add the event as an
"Init Event" as showcased in my screenshot.
Best regards,
Catalin