Welcome ,
how can i put multiple actions as variable ?
like
checkbox1.enabled = false
checkbox2.enabled = false
checkbox3.enabled = false
i will write like this in many objects code
is there a way to put all of them in variable ?
EDIT:
i can use subs too , more easier .
This should work if you use the same nomenclanture that you have used in your question:
Of course this is just an example that will toggle the checkboxes.
EDIT:
Good luck.