when I am selecting the checkbox value and the another checkbox also selected. Please see attached file
<TelerikListView Data="@editModel.Groups" Height="200px">
<Template Context="dlcontext">
<div class="row" style="margin-left:0px; margin-right:0px;">
<div class="col-12 mt-sm" style="margin-top: 3px; margin-bottom: 3px;">
<label for="@dlcontext.Name">
<TelerikCheckBox @bind-Value="@editModel.IsSelected" Id="@dlcontext.Name" Enabled="true" />
@dlcontext.Name
</label>
</div>
</div>
</Template>
</TelerikListView>
Thanks,
Vishnu Vardhanan