Static Checklist
- Create CSS for static checklists
- Create facebook share image for static checklists
- Write blog post about static checklist CSS
I decided that the next feature I wanted on my blag was the ability to add static checklists. I had an initial concept for how I wanted them to work. It revolved around using [data-*] attributes to specify the checked state of list items, which would override the default list item styling.

