i need to add checkboxes to the records displayed in a webpage.
please help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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 & conditions</a>
</label>
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up