Now Boolean is fixed? Time will only tell.

This commit is contained in:
2020-07-14 21:24:05 -04:00
parent c7c42af198
commit 8334e20bbf
@@ -1,4 +1,4 @@
@model Boolean @model Boolean?
@{ @{
Layout = "_FieldLayout.cshtml"; Layout = "_FieldLayout.cshtml";
@@ -12,5 +12,5 @@
@Html.CheckBox( @Html.CheckBox(
"", "",
Model, Model.HasValue && Model.Value,
htmlAttributes) htmlAttributes)