Hi
How do I style the CheckBox to appear like the standard Check Box? I want it to be large, width= 50
<td><InputCheckbox id="chkpopup" class="form-control" style="width: 50px;" @bind-Value="Popup" /> </td>
<TelerikCheckBox Id="chkpopup"
@bind-Value="@Popup"
OnChange="@PopUpCheckChanged">
</TelerikCheckBox>
See attachment.. I want the small Telerik CheckBox to appear large and blue.
thx