how to remove checked attribute of checkbox in jquery

Solutions on MaxInterview for how to remove checked attribute of checkbox in jquery by the best coders in the world

showing results for - "how to remove checked attribute of checkbox in jquery"
Mads
07 Oct 2020
1$("#captureImage").removeAttr('checked');