@bigcommerce/checkout-sdk / FormField
- custom
- default
- fieldType
- id
- itemtype
- label
- max
- maxLength
- min
- name
- options
- required
- requirements
- secret
- type
• custom: boolean
• Optional
default: string
• Optional
fieldType: "checkbox"
| "date"
| "text"
| "dropdown"
| "password"
| "radio"
| "multiline"
• id: string
• Optional
itemtype: string
• label: string
• Optional
max: string
| number
• Optional
maxLength: number
• Optional
min: string
| number
• name: string
• Optional
options: FormFieldOptions
• required: boolean
• Optional
requirements: CustomerPasswordRequirements
• Optional
secret: boolean
• Optional
type: "string"
| "date"
| "array"
| "integer"