How to create Multiple Checkbox for a list of items & save its values to DB

Hello,

I want to save the Product Features checkbox values for each Product Name as shown in the below image. I am unable to get around the logic creating the DB & saving the checkbox values comma separated in single field against the selected Product Name. The values for the checkbox across the list is same.

ProductCategory

I have referred multiple posts on this topic by @Teodor & @franse by still struggling. Any help would be highly appreciated.

Hey.

If you add the checkbox group component, you can use a hidden input field.
Use dynamic value (of the hidden input) and bind the array of that group of checkboxes.

Hey @miu,

Please take a look at this tutorial Wappler Documentation - Dynamically Check Multiple Checkboxes
And let us know what you have and what you cannot or don’t know how to do