jQuery(function ($) { $(document).ready(function () { $("form").submit(function (e) { if(!$("input[name='checkbox1']").is(":checked")) { e.preventDefault(); } }); }); }); Support the project through Monobank