Why isn’t checkbox updating when ‘No’ clicked on modal using jQuery?
I am trying to uncheck input checkbox in jquery when i click No button of modal box and check it I click Yes button . $('body').off('change', '[name="techOptions"][value="8"]').on('change', '[name="techOptions"][value="8"]', function() { if ($(this).is(':checked')) { var $n = noty({ text: 'Please provide…