Toggle
Last updated
Was this helpful?
Last updated
Was this helpful?
Property
Description
type
toggle
label
Title of field
name
Name of field (Unique)
value
Default value
description
Description about the field
options
(Object)
{ values: { on: {
label: 'Yes', value: true
}, off: {
label: 'No', value: false
} } }