تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
6099 أدوات العرض

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

الصورة الرمزية
إهمال