From a46d8e420aec9348b264dfd41170b8cdb59e75ec Mon Sep 17 00:00:00 2001 From: Matyas Angyal Date: Tue, 12 Nov 2024 08:19:17 +0100 Subject: [PATCH] docs(multiple-checkboxes): add `disableOthers` to option config docs (#276) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c4aa357..5a9c4311 100644 --- a/README.md +++ b/README.md @@ -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 | '' |