editorjs-blocks-react-renderer
editorjs-blocks-react-renderer copied to clipboard
Implement CheckList
https://github.com/editor-js/checklist
Use <input type="check" readonly /> and ul to generate a list of checkboxes.
Questions
- Should we wrap input in a label?