Skip to content

Commit 096a9e7

Browse files
authored
[docs] Add a note that ToggleButton exclusive does not enforce selection (#29812)
1 parent 39dcf9b commit 096a9e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/pages/components/toggle-button/toggle-button.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ With exclusive selection, selecting one option deselects any other.
2121

2222
In this example, text justification toggle buttons present options for left, center, right, and fully justified text (disabled), with only one item available for selection at a time.
2323

24+
**Note**: Exclusive selection does not enforce that a button must be active. For that effect see [enforce value set](#enforce-value-set).
25+
2426
{{"demo": "pages/components/toggle-button/ToggleButtons.js"}}
2527

2628
## Multiple selection

0 commit comments

Comments
 (0)