We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following input types may be used as the value for a form field component.
Text
Checkbox
CheckboxGroup
NumberInput
Toggle
ToggleButtonGroup
RadioGroup
NumberCounter
NumberWheel
Date
RangeSlider
For example:
{ "forms": { "personForm": { "fields": [ { "variable": "name", "component": "Text" }, { "variable": "isFriend", "component": "Checkbox" } ] } } }