https://github.com/BigRoomStudios/strange-forms/blob/master/src/index.js#L208
Check the type attribute of event.target and return the checked property if it's a checkbox
An additional enhancement might be to provide a way to give meaningful label for the checkbox being checked. Perhaps by reading an attribute that SF says it will look for, ex.-
<input type="checkbox" data-value="I'm the checkbox value from strange forms if I'm checked!"/>
https://github.com/BigRoomStudios/strange-forms/blob/master/src/index.js#L208
Check the
typeattribute of event.target and return the checked property if it's acheckboxAn additional enhancement might be to provide a way to give meaningful label for the checkbox being checked. Perhaps by reading an attribute that SF says it will look for, ex.-
<input type="checkbox" data-value="I'm the checkbox value from strange forms if I'm checked!"/>