Hello,
When I click on Button and if no Checkbox is checked, I show a Dialog Window. How I can do that?
https://drive.google.com/file/d/1qgfwBVmrCQJO8tpwwmV3A4KXfK59LXKc/view?usp=sharing
Thanks!
Hello,
When I click on Button and if no Checkbox is checked, I show a Dialog Window. How I can do that?
https://drive.google.com/file/d/1qgfwBVmrCQJO8tpwwmV3A4KXfK59LXKc/view?usp=sharing
Thanks!
Are you checking for the IsSelected of one checkbox or many?
If it’s just one, then you could do the button’s OnClick:
If it is multiple checkboxes, just add multiple rows and keep the default of “Match All”, like this:
With resulting interaction like this:

Thanks! It works 