-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
<input class="toggle-all" type="checkbox">
<label for="toggle-all">Mark all as complete</label>Acceptance Criteria
- clicking/tapping the "toggle-all" checkbox will set the
done=trueon all todo list items. - When
toggle-allis set tocheckedthen clicking/tapping it again will set all itemsdone=false
This issue is part of the TodoMVC Feature List [Epic] #48