Cleanup and small fixes
This commit is contained in:
@@ -12,4 +12,6 @@
|
||||
var id = ViewData.TemplateInfo.GetFullHtmlFieldId("");
|
||||
}
|
||||
|
||||
<input id="@id" name="@id" type="checkbox" @if(isChecked) {<text>checked="checked"</text>} />
|
||||
<input id="@id" name="@id" type="checkbox"
|
||||
@if(isChecked) {<text>checked="checked"</text>}
|
||||
@if(htmlAttributes.ContainsKey("class")){<text>class="@htmlAttributes["class"]"</text> } />
|
||||
Reference in New Issue
Block a user