관리 메뉴

웹개발 블로그

[JS] checkbox / radio readonly 설정하기 본문

◆JavaScript/기초(JS)

[JS] checkbox / radio readonly 설정하기

쿠키린 2023. 2. 16. 13:16

https://ak-coding.tistory.com/10

 

[JavaScrit] checkbox / radio readonly 설정하기

readonly 설정 input의 경우 아래와 같이 readonly를 간단하게 처리할 수 있다. 그러나 checkbox나 radio버튼은 readonly속성이 적용되지 않는다. 그래서 onclick을 직접 적용하여 readonly을 설정하거나 스크립트

ak-coding.tistory.com