Multiple checkbox in redux-form

前端 未结 3 1252
攒了一身酷
攒了一身酷 2021-02-08 04:29

I would like to ask, here\'s the scenario. I have this multiple checkbox but my problem is whenever I tick one checkbox, all of the 4 checkboxes are selected. And also why is it

3条回答
  •  渐次进展
    2021-02-08 04:40

    Please give different field names for each checkbox. (name="investor_stage").The problem is all the field names are same.

提交回复
热议问题