I've read the jquery documentation and it seems like input elements like checkbox, radio and multiple selects will not be serialized if they are blank. I've also read this thread. jQuery serialize does not register checkboxes which has given me quite good information about the problem.
But what I want here is, "Is there any elegant solution to this problem?", I just want a blank value if those elements are left blank.
Any suggestions would be great.