 function check() {

if (inquiry.yes.checked == false) {

alert(”チェックを入れてください”);

return false;

}

return true;

}




