v.Latest
Documentation
Boolean Fields
Loading last updated info...
On This Page
A toggle input that stores true or false values.
Type Definition
For additional properties common to all Field types, check the Field type definition.
REQUIRED
type
string
Set this to "boolean" to use the Boolean Field.
REQUIRED
name
string
The name of the field for internal use.
All properties marked as REQUIRED must be specified for the field to work properly.
Examples
Tina will generate the appropriate component depending on the configuration provided.
Simple field
{type: 'boolean',name: 'published',label: 'Published'}
