I have such select list in html:
123
You'll get only checked inputs anyways.
You can get forms serialized data with
$('form_selector_here').serialize();
which is the same format used for POST and GET ( and not-checked ones won't be in there )