Periksa pemicu adalah jQuery manusia

$('.checkbox').change(function(e){
  if (e.originalEvent !== undefined)
  {
    alert ('human');
  }
});
ekkamrit