How to implement multi select dropdown list in Blazor application?

Viewed 675

I am trying to implement a dropdown list with checkboxes which allows multiple selections. The multiple selections will be displayed as comma separated list upon selection. Is there any inbuilt control that can be used in razor page. I looked at html select control, MatCheckBox control but they dont seem to have this appearance. Thanks for any suggestions!

enter image description here

0 Answers
Related