mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-09 22:24:59 -05:00
If a checkbox has data-send-checked, send is(":checked") to the form field
instead of the checkbox's value (which is always 'on').
Allows for sending explicit unchecked state.