mattybojo / renoir

0 stars 0 forks source link

[TodoList] Add new "isChecked" property #40

Open mattybojo opened 2 years ago

mattybojo commented 2 years ago

Implement a checkbox on each list item to control the isChecked property. If isChecked === true, format the text to have a line through it (text-decoration: "line-through").