A simple ToDo list in 250 bytes.

Inspired by GitHub task lists. Write anything you want. Type “[ ]” or “[x]” anywhere to place a checkmark. These checkmarks can be toggled by clicking (right in the text field, try it!). Changes are automatically saved in localStorage.

Golfed by subzey

GitHub repo