Checkbox "auto-bind" isn't working

I have some iconic Checkboxes throughout my app and most are working fine, however there’s one particular checkbox that is totally ignoring the database state (Yes/No) and isn’t checking itself when field is “yes”

  • Am i missing something, or has it gone totally AWOL? (see screenshots)

Checkbox in question:
image

The current Field in the database:
image

The checkbox’s settings:
image

Thanks in advance!

Check your privacy rules.

That’s what i was thinking at first, but it’s good also :heavy_check_mark:
I’ve also tried changing the checkbox to simply “dynamic” and that doesn’t seem to work either

image

image

Instead of changing current user’s item directly, Do a search for users> unique id = current user’s unique id.

Hello @taylor1

I have the same issue with checkbox and auto-binding.
Did you find a solution?

Thanks,
Guy

Actually no, it was never properly resolved so i ended up using the iconic toggle instead of a checkbox… if you figure it out, I’d certainly be interested lol

I am having issues still with it.
What do you mean by “the iconic toggle”?

Were you able to update the auto-bind field with the “iconic toggle”?

yes, that’s correct, the iconic toggle seems to work well. but not the checkbox