Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
6267 Ansichten

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

please help

Avatar
Verwerfen
Autor Beste Antwort

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

Avatar
Verwerfen
Beste Antwort

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

Avatar
Verwerfen