Krishna Hari
68 posts
Registered:
05 Dec 2019
14 Feb 2020
Link to this post
<div class="col-xs-6">
<div class="checkbox noMarginT" >
<input type="checkbox" id='@Html.GetUniqueId(Model.Name)' data-tpc-role="boolean-display"
value="@Model.Value" @Model.ValueAttribute() class="k-checkbox" />
<label class="k-checkbox-label" for="@Html.GetUniqueId(Model.Name)" @MvcHtmlString.Create(Model.ToolTipAttributes)>
@Model.BooleanLabels[1]
</label>
</div>
</div>
How can I remove the Yes from Showing up , Just need to show the Box