This uses a simple query to help show what the flexibleTaskCheckbox
-helper does when rendering.
Example
markdown
```qatt
query: |
SELECT 'something to render in a code block. ' AS code
template: |
{{#each result}}
{{flexibleTaskCheckbox 'text'}}
{{/each}}
```
Live in Vault
qatt
query: |
SELECT 'something to render in a code block. ' AS code
template: |
{{#each result}}
{{flexibleTaskCheckbox 'text'}}
{{/each}}