I am looking to implement a checkboxlist in ASP.NET Core, but am facing some difficulties.
My ViewModel:
public class GroupIndexViewModel { public
I just tried this and it worked:
without the checkbox, and then corresponding boolean value in model with hidden id and name.