I am aware of Angular mat-selection-list, How to make single checkbox select similar to radio button? and related API, however
<mat-selection-list [multiple]="false">
does not seem to be working well. Here is minimal reproduction snippet: https://stackblitz.com/edit/angular-r13hpx?file=src/app/list-selection-example.html
And its screenshot: Checkboxes are not being rendered properly when multiple att set to false
Is this a bug? Did not find it reported anywhere :( ...
Cheers!