Skip to content

Commit

Permalink
Update custom-widgets-fields.md (rjsf-team#4171)
Browse files Browse the repository at this point in the history
Co-authored-by: Heath C <[email protected]>
  • Loading branch information
enzoferey and heath-freenome authored Apr 25, 2024
1 parent a8b0f56 commit 1e3acd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The API allows to specify your own custom _widget_ and _field_ components:

## Customizing the default fields and widgets

You can override any default field and widget, including the internal widgets like the `CheckboxWidget` that `ObjectField` renders for boolean values. You can override any field and widget just by providing the customized fields/widgets in the `fields` and `widgets` props:
You can override any default field and widget, including the internal widgets like the `CheckboxWidget` that `BooleanField` renders for boolean values. You can override any field and widget just by providing the customized fields/widgets in the `fields` and `widgets` props:

```tsx
import { RJSFSchema, UiSchema, WidgetProps, RegistryWidgetsType } from '@rjsf/utils';
Expand Down

0 comments on commit 1e3acd9

Please sign in to comment.