<!-- Please provide all the information asked below. Without details it is hard to help you and your issue will be closed. --> **What version of Unfold are you using?** 0.64.2 **What version of Django are you using?** 5.1 **What browser are you using?** Latest Safari **Did you checked changelog/commit history, if the bug is not already fixed?** Yes **Did you searched other issues, if the bug is not already fixed?** Yes **Did you checked documentation?** Yes **Are you able to replicate the bug in the demo site?** Yes, see "Website in construction" and try to deactivate it https://demo.unfoldadmin.com/de/admin/constance/config/ **Describe your issue** when using unfold'd choice field for a boolean setting, you can't deactivate it (set it to false). This will raise a validation error. This is the default: <img width="1524" height="50" alt="Image" src="https://github.com/user-attachments/assets/4fe1011a-4335-4308-abf9-6dcb4c1d469a" /> Now I uncheck and save it: <img width="1553" height="63" alt="Image" src="https://github.com/user-attachments/assets/24c08052-e1be-426a-9017-121a137711f2" /> <img width="1528" height="53" alt="Image" src="https://github.com/user-attachments/assets/99468ddd-aec2-4f5d-b9a5-1c19e05f73cf" /> If I reload the page, it's still checked (True). When I remove `CONSTANCE_ADDITIONAL_FIELDS` and use constance's default, I can uncheck it