BooleanField

BooleanField component uses react-admin BooleanField with Labeled component

Usage

import { BooleanField } from '@ra-libs/react';

<BooleanField useLabel source="<source>" />;

Props

Prop
Required
Type
Default
Description

useLabel

false

boolean

false

whether to use react-admin Labeled component or not.

Last updated