Good afternoon, I need help with a checkbox, which I have in a modal. when the modal closes I want the checkbox to be unchecked and I tried many options and nothing works.
$('#Matutino').prop('checked', false).checkboxradio('refresh');
$('input[name="Matutino"]').removeAttr('checked');
$('input[name="Matutino"][value="1"]').removeAttr("checked").trigger("change");
$('#Matutino').prop('checked', false).
and how can I make a div appear as destabilized. Thanks for your help