コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
6250 ビュー

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

アバター
破棄