Type Alias SingleCheckboxField
SingleCheckboxField: { appearance: string; errorMessage?: string; inputType: "BOOLEAN"; key: string; label: string; required: boolean; richContent?: RichContent; type: "SINGLE_CHECKBOX";} Type declaration
appearance: string
OptionalerrorMessage?: string
inputType: "BOOLEAN"
key: string
label: string
required: boolean
type: "SINGLE_CHECKBOX"