我只想在浏览器控制台中使用JavaScript更改CheckBox的值。
HTML:
<input type="checkbox" name="checkbox[]" value="333521" class="checkboxNice" onchange="highlitParts(this)">
答案 0 :(得分:0)
我是如何做到的:
document.getElementsByName("checkbox[]", 333521)[0].checked = true