Front/JS & jQuery
[js] .checked
오선지♬
2024. 1. 3. 18:16
728x90
반응형
https://www.w3schools.com/jsref/prop_checkbox_checked.asp
HTML DOM Input Checkbox checked Property
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
.checked 로 체크된 상황 을 boolean 값으로 반환받는데 사용하거나
.checked = true;
.checked = false;
로 체크된 상황을 설정해줄 수도 있다.
728x90
반응형