Hello guys, how can I create a button that can uncheck all the checkboxes?

Basically the title. I'm using a lot of checkboxes that users can check it themselves if that certain activity had been done for the day for 30 days. I'm wondering if I can create a button that can uncheck all the checkboxes once all of them had been checked? TIA!
blocks

Hello Daniel,

you have the "any component" blocks:

image

In your case, it would be something like this:

image

This is a record keeping problem.

I would pull in a TinyDB and rename it TinyDB_Activity_Dates, and change its NameSpace attribute also to Activity_Dates to keep it separate from the usual TinyDB.

Use activity names ('vacuum the living room') as tags, with values (default empty list) a list of dates when that activity was done (20231201, 20240201). Use format yyyyMMdd for the dates (pull in a Clock for the formatting) to allow easy sorting.

Yes this helps solve it. Thanks a lot!

And if you don't mind me asking another question, how can I create a button that will delete all the messages?

Depending on what you want ...that empty the list, the viewer and the tag roomName+"Chat" in tinyDB.

Yes this solves it. Thanks a lot!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.