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
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