Skip to content

Commit f3fc0f7

Browse files
committed
document bug
1 parent 445fad7 commit f3fc0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CheckboxGroupInput.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { CheckboxGroupInput } from 'react-admin';
2929
| `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}`) |
3030
| `optionValue` | Optional | `string` | `id` | Field name of record containing the value to use as input value |
3131
| `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. |
3333

3434
Refer to [MUI Checkbox documentation](https://mui.com/api/checkbox/) for more details.
3535

0 commit comments

Comments
 (0)