Skip to content

Fields

Fields are just Mobx stores that represent HTML fields. They hold the state of the field and provide a way to validate it.

FieldDescription
TextFieldText field suitable for regular and textarea inputs
BooleanFieldBoolean field suitable for checkboxes
ListFieldList field suitable for list of fields
BooleanToggleBoolean toggle suitable for toggles. Use it when you just need a toggle without validation