Use case or problem
I was trying to make a checklist with columns, so I decided to make it a table. But then I found that I can’t put checkboxes inside tables.
Proposed solution
Allow something like this:
| Title | Extra col |
| ----------------- | --------- |
| [ ] first check | blah |
| [ ] 'nother check | more blah |
Current workaround (optional)
I don’t know of a way to get a checkable checkbox in a table anyway, but I could also put an emoji for the time being. It won’t be magically checkable, but at least there’ll be a clear tickmark for done items.