interface
ChoiceFormField
interface ChoiceFormField { ... }A select or radio input definition.
Source packages/plugin-form-builder/src/index.ts:4
blockType"radio" | "select"- The blockType value.
defaultValuestring- The defaultValue value.
placeholderstring- The placeholder value.
optionsChoiceOption[]- The options value.
_keystring- The _key value.
namestring- The name value.
labelstring- The label value.
requiredboolean- The required value.
widthnumber- The width value.