Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
6240 มุมมอง

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

อวตาร
ละทิ้ง