API > ChoiceFieldType
Type alias: ChoiceFieldType
ChoiceFieldType:
BaseField& {choices: [any,string][];default:string|number| (string|number)[];display:"radio"|"select"|"checkbox";multiple:boolean;placeholder:string;reorderingEnabled:boolean;type:"choice"; }
ChoiceFieldType.choiceschoices: [
any,string][]
ChoiceFieldType.defaultdefault?:
string|number| (string|number)[]
ChoiceFieldType.displaydisplay?:
"radio"|"select"|"checkbox"
ChoiceFieldType.multiplemultiple?:
boolean
ChoiceFieldType.placeholderplaceholder?:
string
ChoiceFieldType.reorderingEnabledreorderingEnabled?:
boolean
ChoiceFieldType.typetype:
"choice"
Source
fieldTypes.ts:131