I want to create multiple checkboxes, and I want to use only one trigger using the when any CheckBox. Changed block.
can someone give me an example layout of how this would look in the MIT App Inventor blocks editor?
I'm new here thank you
I want to create multiple checkboxes, and I want to use only one trigger using the when any CheckBox. Changed block.
can someone give me an example layout of how this would look in the MIT App Inventor blocks editor?
I'm new here thank you
do you mean this one?
Is this what you are after ?
What do the checkboxes represent?
Have you learned to work with lists and tables yet?
Yes! This is what i was searching.
@RyanG2 try the same method.
Also it seems you want ti save the status of each textbox (nearly 12 we can)
In the above code, after the for each item list, try this
So timAi2 blocks will give you among all the check bix only one will be selected at a time (as you request) and the above suggestion will save the status of all the 12 check box status also save the clicked checkbox status everytime in tinydb. And using the same tag name you can recover it at any screen
Thank you. I will try this