anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Prevent removing item from toggling checkboxes #21

Closed BinaryMuse closed 8 years ago

BinaryMuse commented 8 years ago

Since the "x" is part of the label, a preventDefault is required to keep the click from accidentally checking or unchecking other checkboxes.

anorudes commented 8 years ago

Thanks for helping :)