maxatwork / form2js

Javascript library for collecting form data
http://maxatwork.github.com/form2js/
MIT License
640 stars 137 forks source link

Fix checkbox boolean return breaking radio button value. #33

Open ryanmaxwell opened 12 years ago

ryanmaxwell commented 12 years ago

Maxim's commit #985a3f3214 Returning boolean values from checkboxes was breaking radio buttons serialization/deserialization when value="true" (string). This fixes that regression.