# Boolean field

True/false toggle.

Use for flags like `published`, `featured`, or `archived`.

## Options

This field has no field-specific options.

## Examples

### Basic boolean

```yaml
- name: published
  type: boolean
  default: true
```
