To create a checklist, paste the JSON data on the input and click

Render widget


Sample JSON Format

{
 "header": "Grocery Todo List",
 "todos": [
   {"content": "Pasta", "State": true },
   {"content": "Rice", "State": false },
   {"content": "Noodles", "State": true }
 ]
}