Here is the HTML Code:
<
You will need to assign an ID to the checkbox:
and then in JavaScript:
document.getElementById("checkboxId").checked = false;