<div class="form-group">
<InputCheckbox @bind-name="@claim.ID" @bind-id="@claim.ID" @bind-Value="@claim.Selected"></InputCheckbox>
<label for="@claim.ID" class="pb-2">@claim.ToString()</label>
</div>
I am trying to get the label for the check box to be clickable. Right now you have to touch or click the actual checkbox.