Optionalformat?: FieldFormatFunction<BooleanFieldValue>OptionalInput?: (props: BooleanFieldInputProps) => JSX.Element | nullThe input component to use when editing.
OptionaloneLine?: booleanDisplays the field in one line (checkbox to the left of label) when editing.
Default behavior is to display as one line in write-only forms but as multiple lines in read-write forms. Setting
a value of true results in one line display for all form types and setting a value of false results in
multiple line display for all form types.
Optionaltype?: BooleanInputTypeThe type of text field.
Format function for the value. Controls how the value should be formatted when displayed in smaller contexts where only strings are allowed.