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=true
on all todo list items. - When
toggle-all
is set tochecked
then clicking/tapping it again will set all itemsdone=false
This issue is part of the TodoMVC Feature List [Epic] #48