Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
6255 Widoki

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

please help

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć