laminas / laminas-form

Validate and display simple and complex forms, casting forms to business objects and vice versa
https://docs.laminas.dev/laminas-form/
BSD 3-Clause "New" or "Revised" License
80 stars 52 forks source link

Checkbox: allow `$uncheckedValue` to be nullable to distinguish unset property from empty string and zero string #242

Closed rieschl closed 11 months ago

rieschl commented 11 months ago
Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

This PR adds a failing test to showcase issue #241