Quote from
luishp on December 30, 2018, 8:22 pm
Hi @farhad2008,
There is not such an event.
You should use the "change" event and check the checkbox variable value (true or false).
Steps:
- Add a checkbox object
- Asign a variable to the object on the properties panel: [myvar]
- Double click on the chekbox and enter this on the "change" event:
AlertBox "Value:" "[myvar]" ""
- Run the app and click on the checkbox.
I hope it helps.
Hi @farhad2008,
There is not such an event.
You should use the "change" event and check the checkbox variable value (true or false).
Steps:
- Add a checkbox object
- Asign a variable to the object on the properties panel: [myvar]
- Double click on the chekbox and enter this on the "change" event:
AlertBox "Value:" "[myvar]" ""
- Run the app and click on the checkbox.
I hope it helps.