Answers for "checkbox uncheck and then check"

9

Setting “checked” for a checkbox with jQuery

$('.myCheckbox').prop('checked', true);
$('.myCheckbox').prop('checked', false);
Posted by: Guest on May-19-2020

Code answers related to "checkbox uncheck and then check"

Code answers related to "Javascript"

Browse Popular Code Answers by Language