how to uncheck checkbox javascript - Google 검색

PHOTO EMBED

Thu Apr 21 2022 11:29:34 GMT+0000 (Coordinated Universal Time)

Saved by @Wchoi189 #javascript

// Check
document.getElementById("checkbox").checked = true;

// Uncheck
document.getElementById("checkbox").checked = false;
content_copyCOPY

https://www.google.com/search?q