Docs

Learn

v.Latest
Documentation
Boolean Fields
Table of Contents

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'
}

Last Edited: March 13, 2025

Join the Herd!

Become part of our coding comunity and stay updated with the latest tips and news.