[jQuery] How to update check boxes in code

[jQuery] How to update check boxes in code


This code does not work
var chk = $('#frmCoverage:checkbox');
chk.checked = true;
What am I doing wrong?