var values=[]; $('input[name="your-checkbox-name[]"]:checked').each(function () { values[values.length] = (this.checked ? $(this).val() : ""); });