how to add checkbox checked in javascript code example Example: js make checkbox checked document.getElementById('your_checkbox').checked = true;