How to make make single checkbox select from mat-selection-list. Similar to radio button which accepts one value from group of values.
What you need is probably a rather than a , Its a list of options but only one option can be selected. an example can be found at the Angular Material docs.
But be advised that instead of a checkbox you'll get a radio button.