If the ViewModel has a bool property with default false, then the standard Razor Tag Helper
<input asp-for="property" />
correctly renders a checkbox, but when saving it in a checked state, the property remains false in the serialized json viewmodel in cs_page.
If the ViewModel has a bool property with default false, then the standard Razor Tag Helper
<input asp-for="property" />
correctly renders a checkbox, but when saving it in a checked state, the property remains false in the serialized json viewmodel in cs_page.