tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
https://headlessui.com
MIT License
25.81k stars 1.07k forks source link

boolean form values are incorrect #3419

Open lifeiscontent opened 1 month ago

lifeiscontent commented 1 month ago

https://github.com/tailwindlabs/headlessui/blob/226042231d7529d530be7c65790fbb681b5adb63/packages/%40headlessui-react/src/utils/form.ts#L27

boolean form values should use the same values they do for native checkboxes, which is "on" or ""