Check is checkbox checked in Jquery Posted on August 30, 2017 by Chandan Sharma in Article## Check Checkbox Checked or Not $('input.addCheck').prop('checked',true); here, addCheck = checkbox class name prop('checked',true) = will check is checkbox is checked. if checked return true;Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma