NullableBooleanWidget
This is a React component

Source
import { NullableBooleanWidget } from "@prestojs/ui-antd";
NullableBooleanWidget(props)

See Select for Select props available

ParameterTypeDescription
*props.input
InputProps

The input props for the widget. This should include, at minimum:

  • onChange
  • value

Can also include

  • name
  • onBlur
  • onFocus
  • type
  • checked
  • multiple
*props.blankLabelstring

Label to use to represent the blank (null) value.

Defaults to 'Undecided'.