Boolean

Boolean #

The boolean field generates a switch. The output value is true or false

Boolean

Boolean

Properties #

propertyvalue typeoptionaldescription
keystringmandatoryKeys are for internal use and must be unique
titlestringoptionalThe title of the element
tipstringoptional (default: null)Text entered here with markdown formatting is displayed as context help in an overlay box
defaultstringoptional (default: null)default value when the key is not set yet

Sample #

Configuration #

./quiqr/model/base.
     
key: sample_field
title: Sample field
type: boolean
key = "sample_field"
title = "Sample field"
type = "boolean"
{
   "key": "sample_field",
   "title": "Sample field",
   "type": "boolean"
}

Output #

sample_field: true