form.serialize() include all checkboxes (not just successful ones)

The short version is: I need to do what form.serialize() does, but I need ALL of the checkboxes to be included, not only the ones that are checked. Is there a way to do this?