if ($("#readme").attr("checked") != "checked") {
  alert("hello");
  return;
}