Saving Form Field Checkbox

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets, and reproduction steps)

I am trying to create a form which has a form field question where the user can select multiple options through checkbox
I have created an example

https://studio.plasmic.app/projects/u5enwxsNkAs5cmvjfcmPq4/-/test-3?arena_type=component&arena=63pYyYe57OW6

I want to know how can i save the values of selected options through form value.

Basically for the form field key, I want to save the values of selected options

What have you tried so far? (please link relevant docs and other forum posts)

Relevant links:

Hi, you should consider using either Checkbox Group or Radio Group to wrap your Checkbox repetition. This way, the state is going to be managed by the group component, allowing you to access the value of what is selected under the group.

I have tried checkbox Group. There is an Issue with checkbox group. When you select any checkbox inside checkbox group, it selects all the checkbox. Also, the form value doesn’t show the selected values. Could you please check on this