mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
982a828844
In absence of a value, radio and checkboxes report a value of "on". Between 16 and 16.2, we assigned a node's value to it's current value in order to "dettach" it from defaultValue. This had the unfortunate side-effect of assigning value="on" to radio and checkboxes Related issues: https://github.com/facebook/react/issues/11998