<!-- Generated by Void for AI agents. -->
<!-- Site: Void Documentation -->
<!-- URL: https://rkriad585.github.io/mkdocs-void/components/task-lists.md -->
<!-- Generated: 2026-09-10T14:47:04Z -->
<!-- Version: 0.2.0 -->

# Task Lists

Void styles `pymdownx.tasklist` checklist items with the glass theme and
makes them interactive, persisting your checked state across page reloads in
the browser (localStorage, keyed per page).

## Usage

```markdown
- [ ] not started
- [x] completed
- [X] also completed
```

## Example

- [x] Design tokens defined
- [x] Admonitions expanded
- [ ] Tabs finalized
- [ ] Mermaid integration
- [ ] Notes & annotations

> Check a box, then reload the page — your selection is remembered.

## Notes

- Task lists only persist per-browser; there is no server-side storage.
- Clearing site data (or the `void-task.*` keys) resets the state.
- The checked state is written back to localStorage as a `"1"`/`"0"` flag.


<!-- End of markdown mirror. -->
