Skip to main content

<BooleanField>

Displays a boolean value as a Cloudscape StatusIndicator (checkmark or cross).

Usage

<BooleanField source="isActive" />

With Labels

By default, it only shows an icon. You can enable text labels which are automatically translated.

<BooleanField source="isActive" showLabel />

Props

PropTypeDefaultDescription