I am encountering a perplexing issue with checkboxes in my Power Apps application that I'm hoping to get some assistance with. I've created a form in Power Apps that allows users to submit data to a SharePoint list. In this form, I have two checkboxes related to a field named "Active Contract," which is a Yes/No column in the SharePoint list.
Here's the issue I'm facing:
Checkbox Behavior During Submission:
- Within the form, I have two checkboxes: "Active Contract" and "Not Active Contract."
- When submitting a new item, if I check the "Active Contract" checkbox, I've verified that the value is being correctly set to "Yes" for the "Active Contract" column in the SharePoint list.
- However, I've also noticed that the checkbox values are not being saved in SharePoint at all, regardless of whether I check them or not.
Issue in Gallery View:
- Following submission, I navigate to a gallery that displays items from the SharePoint list.
- Within the gallery, I've included a checkbox to show the value of the "Active Contract" column for each item.
- The problem arises here: the checkboxes in the gallery do not accurately display the value of the "Active Contract" column for each item. They don't appear checked even when the column value is "Yes."
What I've Checked and Tried:
- I've thoroughly verified that the "Active Contract" column in the SharePoint list is indeed being updated with the checkbox value during form submission.
- The gallery's "Items" property is retrieving and displaying data from the SharePoint list.
- I've set the Default property of the checkboxes in the form to "ThisItem.'Active Contract'."
- I've ensured that there are no typographical errors in the field name, and it matches the corresponding SharePoint column.
Request for Help: I am reaching out for assistance in understanding why the checkboxes within the gallery are not accurately reflecting the "Active Contract" column values. Additionally, it's concerning that the checkbox values are not being saved in SharePoint, which seems to indicate a deeper issue. If anyone has faced similar challenges or can offer insights into what might be causing this behavior, I would be deeply grateful for your guidance. Any suggestions, steps for troubleshooting, or potential solutions would be immensely appreciated.
Thank you in advance for your valuable assistance!
Below a photo of the form I am filling out:

And here of the form that was posted on my gallery:

As you can see the checks are gone