dwyl/learn-elm-architecture-in-javascript

Toggle All Todo List Items

nelsonic opened this issue · 1 comments

  <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 to checked then clicking/tapping it again will set all items done=false

This issue is part of the TodoMVC Feature List [Epic] #48

totes working!
image
image