var inputchd = $('input:checked'), selected_system_id = new Array(); inputchd.each(function(i) { selected_system_id[i]=$(this).val(); });