kotak centang Kak Ispolzovat HTML

function checkFluency()
{
  var checkbox=document.getElementById('fluency');
  if(checkbox.checked!=true)
  {
    alert("you need to be fluent in English to apply for the job");
  }
}
Shiny Skunk