<form name="form_name2" id="form_name2" action="#" method="POST">
<input type='checkbox' name="total" value='0' onClick="checkAll(this.form,this.checked)">
<input type='checkbox' name='checkbox[]' value='%s'>
<input TYPE="submit" VALUE="" id="marck_all" />
</form>
<script>
function checkAll(oForm, checked)
{
for (var i=0; i < oForm.length; i++) {oForm.elements[i].checked = (checked)?true:false;}
}
</script>
вроде того, в вашем стиле, что бы понятно было