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
So far I have found no way to turn the value of a form field checkbox, which is boolean, true or false, into a text data that could be included in form value. Form value does not seem to be modifiable or accessible from form fields interactions.