Checkbox dynamic value assigning

regardless of the checkbox value, the value is false though I haven't set any default value. How do I assign the value of the object such that it fetches value dynamically?

Attaching the screenshot.

1 Like

Hello @Vinyasa_Health

In your data base for checkbox you can use the bool type in it.

For example I use this :

I run the insert query in it. Its working prefect.
image

3 Likes

Got it. thank you so much @ZeroCodez