jimmywarting / FormData

HTML5 `FormData` polyfill for Browsers and nodejs
MIT License
360 stars 102 forks source link

Fixing issue with all checkboxes being added #14

Closed marlun78 closed 7 years ago

marlun78 commented 7 years ago

Previously, all checkboxes where added to the internal form data representation no matter if they where checked or not. This commit resolves that issue.