DEV Community

SwapnilB2022
SwapnilB2022

Posted on

create a combo of checkbox and input field in reactjs

How to create a combo of checkbox and input field in reactjs? Their should be 3 checkbox and each checkbox should be associated with 1 Input field. Onchange event of checkbox should change the name of only the selected checkbox

Top comments (0)