Angular mat-selection-list, How to make single checkbox select similar to radio button?

后端 未结 14 1788
北恋
北恋 2021-02-18 21:22

How to make make single checkbox select from mat-selection-list. Similar to radio button which accepts one value from group of values.

14条回答
  •  忘掉有多难
    2021-02-18 21:51

    Starting Angular Material 9.1.0, selection list supports a single selection mode. Enable it with the multiple input set to false: https://material.angular.io/components/list/api#MatSelectionList

提交回复
热议问题