---
name: Bool
kind: type
since: 0.1
stability: stable
---
Boolean: `true` or `false`.
The canonical carrier for binary decisions, feature flags, and
`enabled: Bool`-style fields. There is no implicit conversion to or
from `Integer` or `String`; explicit refinement is required.