bradtraversy / react_crash_todo

React crash course files
372 stars 322 forks source link

this sets the checked to true on completed items #4

Open reinbeumer opened 5 years ago

reinbeumer commented 5 years ago

When pulling items from https://jsonplaceholder.typicode.com/todos, the completed items wil be decorated with a strike trough, but not checked. By adding completed in the render of the TodoItems.js and setting checked={completed}, the checkbox is set on completed items