uncheck checkbox based on id js

JavaScript
const checkBox = doument.getElementById(id);
checkBox.checked = false;
Source

Also in JavaScript: