React : How to delete multi selected check-boxes when a delete button is clicked in react

Viewed 10

I am new to react . Trying to delete all the checkboxes which are checked with a delete button which is on the top of the page . I am using functional component approach .

Please help me with this.

0 Answers
Related