function checkPolicy(obj){
  document.getElementById("submit").disabled = obj.checked ? false : true;
}
