跳至内容
菜单
此问题已终结
2 回复
6262 查看

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

形象
丢弃