콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
6287 화면

i need to add checkboxes to the records displayed in a webpage.

please help

아바타
취소
작성자 베스트 답변

How do you get the values of selected checkboxes and iterate them?

아바타
취소
베스트 답변

Hi,

Extend the webpage and add input type of checkbox.

See the sample,

<input type="checkbox" id="checkbox_cgv" class="custom-control-input"/>
<label for="checkbox_cgv" class="custom-control-label">
I agree to the <a target="_BLANK" href="/shop/terms">terms &amp; conditions</a>
</label>


Thanks

아바타
취소