> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/true-false.md).

# True / False

Value Type Saved: Bool

The True/False is a switch component, allowing you to set true or false

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FrYaomLWGi7ub61973sKQ%2Ftruefalse.png?alt=media&amp;token=86674397-8dd6-4c1e-a177-e3e5f81d0ff2" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

```csharp
(Content!.GetValue<bool>("PropertyAliasHere"))
```
