Skip to content

Commit a46d8e4

Browse files
authored
docs(multiple-checkboxes): add disableOthers to option config docs (#276)
1 parent a99f5be commit a46d8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ Markdown example
534534
| options | It contains all the options to be rendered in the multicheckbox component | Object Array | -
535535
| label or src | The label displayed with the option (can use markdown format) or the src of the image to be rendered | string | '' |
536536
| value | The value of the option | string | '' |
537+
| disableOthers | Deselect other options when selected | boolean | '' |
537538
| **errorMessages** | | json | |
538539
| required | Error message to display on submit if the multiplecheckbox is not checked and is required | string | ''
539540
| minimumLen | Text to be displayed in case not minimunLen items has been selected | string | '' |

0 commit comments

Comments
 (0)