interface
OptionFormField
A select or radio input definition.
Properties
| Property | Type | Description |
|---|---|---|
blockType | "radio" | | The blockType value. |
defaultValue | string | The defaultValue value. |
placeholder | string | The placeholder value. |
options | FormOption[] | The options value. |
_key | string | The _key value. |
name | string | The name value. |
label | string | The label value. |
required | boolean | The required value. |
width | number | The width value. |
Full signature
interface OptionFormField { ... }