Ver originalvar value = ''; $(":input:checked").each(function(){ value = value + $(this).val(); }) $("#total").val(value);