About this question
I am able to draw checkbox in Github README.md lists using
- [ ] (for unchecked checkbox)
- [x] (for checked checkbox)
But this is not working in the table. Does anybody know how to implement checkbox or checkmark in GitHub Markdown table?