CheckBoxの情報を取得する

if (document.[FormName].[CheckBoxName].checked == true){ // チェックはオンか?
flg=1; // チェック数 加算
}else{
flg=0;
}

HTML5