📌 지시사항 index.css 안에 있는 .check_icon 안에 있는 display의 속성값으로 none이 적용되어 있다. index.js에서 박스 클릭 시 toggle()로 .on 클래스를 추가하여 클릭된 영역의 노란색 체크 박스가 나오고 사라지는 기능을 구현
index.css
.check_icon
display
none
index.js
toggle()
.on