You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/CheckboxGroupInput.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import { CheckboxGroupInput } from 'react-admin';
29
29
|`optionText`| Optional |`string`|`Function`|`name`| Field name of record to display in the suggestion item or function which accepts the correct record as argument (`record => {string}`) |
30
30
|`optionValue`| Optional |`string`|`id`| Field name of record containing the value to use as input value |
31
31
|`row`| Optional |`boolean`|`true`| Display group of elements in a compact row. |
32
-
|`labelPlacement`| Optional |`"bottom" `|`"end"`|`"start"`|`"stop" `|`"end"`| The position of the checkbox label. |
32
+
|`labelPlacement`| Optional |`"bottom" `|`"end"`|`"start"`|`"top" `|`"end"`| The position of the checkbox label. |
33
33
34
34
Refer to [MUI Checkbox documentation](https://mui.com/api/checkbox/) for more details.
0 commit comments