Checklist
Steps to reproduce
$(form).serialize() serialize checkbox with no value to "on" or "off"
Expected behavior
Add "on" to TRUE_VALUES and "off" to FALSE_VALUES
(I don't always have the control over html/js to add value to checkboxes).
Actual behavior
Value is ignored
Checklist
masterbranch of Django REST framework.Steps to reproduce
$(form).serialize()serialize checkbox with novalueto "on" or "off"Expected behavior
Add "
on" toTRUE_VALUESand "off" toFALSE_VALUES(I don't always have the control over html/js to add
valueto checkboxes).Actual behavior
Value is ignored