---
title: "PlaygroundValue.boolean(_:)"
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundvalue/boolean
---

# PlaygroundValue.boolean(_:)

A value that represents a Boolean.

## Declaration

```swift
case boolean(Bool)
```

## See Also

### Representing Data

- [PlaygroundValue.data(_:)](playgroundsupport/playgroundvalue/data.md)
- [PlaygroundValue.date(_:)](playgroundsupport/playgroundvalue/date.md)
- [PlaygroundValue.floatingPoint(_:)](playgroundsupport/playgroundvalue/floatingpoint.md)
- [PlaygroundValue.integer(_:)](playgroundsupport/playgroundvalue/integer.md)
- [PlaygroundValue.string(_:)](playgroundsupport/playgroundvalue/string.md)
