Skip to content

Commit

Permalink
Add doc for labelPlacement for CheckboxGroupInput
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujinxuan committed Oct 19, 2022
1 parent a736f28 commit 55f3d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CheckboxGroupInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { CheckboxGroupInput } from 'react-admin';
| `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}`) |
| `optionValue` | Optional | `string` | `id` | Field name of record containing the value to use as input value |
| `row` | Optional | `boolean` | `true` | Display group of elements in a compact row. |
| `labelPlacement` | Optional | `'bottom' `|`'end'`|`'start'`|`'stop' `|` undefined` | `undefined` | The position of the checkbox label. |

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

Expand Down

0 comments on commit 55f3d90

Please sign in to comment.