$( "input[name='agree']" ).click(function() { $(".step-btn").prop("disabled", (_, val) => !val); }); //в ie11 не работает $(".btn-step-1").prop('disabled', function () { return ! $(this).prop('disabled'); });