function changeBox(ele){
for(var i=0;i<document.forms.form['gramm[]'].length;i++){
document.forms.form['gramm[]'][i].disabled=(!document.forms.form['material[]'][i].checked);
}
}
Здесь в
document.forms.form
form-имя формы:
<form action="index.php" method="post" name="form" >