CheckBox get true or false value as text from TDB?

Hi all,
I got the following block


to set the CheckBox value, retrieving this value from a TinyDB previously stored but I got the following error
The operation Checked cannot accept the arguments: , [true]
Regards

I mean, is there an alternative to the following possible solution? I got several CheckBoxes to set in this way.
blocks(2)
Regards

Try like this:

image

you need a boolean for valueIfTagNotThere

1 Like

Hi GigiG

If you have multiple CheckBoxes (or multiple any component), use the "Any Component" functions to process them all efficiently (Hover mouse over image to see all Blocks).

Example:
SetMultiChkBoxes.aia (4.0 KB)