Hello,
I have a form and I would like to dynamically populate checkboxes. I am not sure how to achieve what I want. Ideally:
- None of the checkboxes should be selected
- I should be able to add a custom number of checkboxes depending on where I load the form
I wasn't able to follow the documentation on this.
Ideally using query string would be best if this method is possible.