Toggle
A tactile on/off switch. It's used to create boolean settings. True and false. Nice, simple, and uncomplicated.
Preview
Data Structure
Flicking the toggle to the right sets to the value to true, left to false.
Templating
Toggle is used for boolean logic, so you can do something like this:
{{ if switchy_thing }} Do that thing {{ /if }}
Settings
This fieldtype has no unique settings of its own, however it does respect all default settings.