Form Fields
All fields have these properties in common:
| Property | Type | Description |
|---|---|---|
id | string | Field id |
type | string | Field type |
label | string | Field label |
defaultValue | any | Field default value |
required | boolean | If the field is required |
disabled | boolean | If the field is disabled |