Table of Contents

boolean

type BooleanField = {
  label: string
  name: string
  type: 'boolean'
  /** See docs/reference/toolkit/fields for customizing the UI **/
  ui?: object
}

Last Edited: July 27, 2021