diff --git a/src/material/list/list.md b/src/material/list/list.md index b0e08863b557..d16a44ec30ec 100644 --- a/src/material/list/list.md +++ b/src/material/list/list.md @@ -213,6 +213,10 @@ these options, including buttons and anchors. Always provide an accessible label for the `` element via `aria-label` or `aria-labelledby` that describes the selection being made. +By default `MatSelectionList` displays radio/checkmark to identify selected items. While you can +hide the radio indicator via `hideSingleSelectionIndicator`, this makes your component less +accessible by making it harder or impossible for users to visually identify selected items. + #### Custom scenarios By default, the list assumes that it will be used in a purely decorative fashion and thus it sets no