Hierarchy

Properties

className?: string

CSS Class name for additional styles

falseLabel?: string

text to be displayed when value is true

id?: string

Form control id

inlineMode?: boolean

Hide options not needed in the “inline” scenario

label?: string

Form control label

tooltipContent?: ReactNode

A tooltip of additional information

trueLabel?: string

text to be displayed when value is true

value?: boolean

Value to be displayed

Generated using TypeDoc