// Native JS solution: document.getElementById("_1234").checked = true; // JQuery solution: $("#_1234").prop("checked", true);