SyntaxFix
Write A Post
Hire A Developer
Questions
Both of these should work:
$("#captureImage").prop('checked', false);
AND/OR
$("#captureImage").removeAttr('checked');
... you can try both together.