We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disableOthers
1 parent a99f5be commit a46d8e4Copy full SHA for a46d8e4
README.md
@@ -534,6 +534,7 @@ Markdown example
534
| options | It contains all the options to be rendered in the multicheckbox component | Object Array | -
535
| label or src | The label displayed with the option (can use markdown format) or the src of the image to be rendered | string | '' |
536
| value | The value of the option | string | '' |
537
+| disableOthers | Deselect other options when selected | boolean | '' |
538
| **errorMessages** | | json | |
539
| required | Error message to display on submit if the multiplecheckbox is not checked and is required | string | ''
540
| minimumLen | Text to be displayed in case not minimunLen items has been selected | string | '' |
0 commit comments