Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
6271 Lượt xem

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

please help

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ