Only 1 works with Multiple check box

Hello,
I have a page where i use 3 checkboxes for settings and whenever I click on the checkbox 2 or 3, it bind only with checkbox1.
Checkbox #1 works well but CBx 2&3 are binded with CBx 1

Hi @pulsespirit99,

How are you adding those checkboxes? If you do it via Collection Form component then it will work fine.

Can you please share the page preview URL?

Thanks.

1 Like

I dont use Collection form. I wanted to use toggle button but I use checkboxes instead to make the Settings of my app

URL preview : Settings

I would suggest using collection form if you plan to save this data in the database. Otherwise how do you plan to store this checkbox form data in the database?