# `Plushie.Type.Boolean`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.7.2/lib/plushie/type/boolean.ex#L1)

Boolean type. Accepts `true` and `false` only.

# `t`

```elixir
@type t() :: boolean()
```

---

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