CheckBox when default True, without change always returns false

Hi,

I created a menu with Form Designer and have a checkbox selected, the problem is that I load without changing the checkbox value (default is selected, it should be true), but in fact the value found is false.
If I deselect and reselect, then the value becomes true.
It doesn’t matter if the default is true, if it doesn’t change it is always false.
Conclusion, there is no point in selecting true by default, as it always returns false if it does not change.
What’s wrong?

Hi @fr.barboza

Could you add:

  • a screenshot of your current setup (or a sample xaml)
  • exact version of the Form activity package that you are using

This will make it easier to debug your issue.