# `MDEx.TaskItem`
[🔗](https://github.com/leandrocp/mdex/blob/v0.12.0/lib/mdex/document.ex#L2997)

A task item inside a list.

Spec: https://github.github.com/gfm/#task-list-items-extension-

# `t`

```elixir
@type t() :: %MDEx.TaskItem{
  checked: boolean(),
  marker: String.t(),
  nodes: [MDEx.Document.md_node()],
  sourcepos: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
