v3.2.1
Bug fixes
- Fixed disabled
checkbox,switch, andcheckbox-groupfields still submitting a value via their hidden companion input (#483).
Native HTML form behavior excludes disabled fields from submission. Previously the hidden companion <input type="hidden"> used to default unchecked checkboxes to "false" was always rendered, so disabled fields still showed up in the form payload. It is now omitted when disabled is set.
Closes #483.