Relative Content

Tag Archive for reactjscheckboxzoduse-form

How to store the selected checkboxes value in a dynamic form using Zod?

I am using zod for a form in a React app.
In the form, there is a search textbox. You can type the search key words into that textbox to search for web sites and the search result (name of web sites) will be displayed as checkboxes. Then you can select the web sites you want by checking these checkboxes. I simply want to store the web sites url that have been checked in an array of string.