Skip to content

Commit

Permalink
docs(multiple-checkboxes): add disableOthers to option config docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasjay authored Nov 12, 2024
1 parent a99f5be commit a46d8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ Markdown example
| options | It contains all the options to be rendered in the multicheckbox component | Object Array | -
| label or src | The label displayed with the option (can use markdown format) or the src of the image to be rendered | string | '' |
| value | The value of the option | string | '' |
| disableOthers | Deselect other options when selected | boolean | '' |
| **errorMessages** | | json | |
| required | Error message to display on submit if the multiplecheckbox is not checked and is required | string | ''
| minimumLen | Text to be displayed in case not minimunLen items has been selected | string | '' |
Expand Down

0 comments on commit a46d8e4

Please sign in to comment.