How to make a checkbox checked with jQuery? [duplicate] March 9, 2023 by Tarik $('#test').prop('checked', true); Note only in jQuery 1.6+