I have the following problem: I have a checkbox
on the page but even marking it, in controller
Model
continues with field lavagem = false
.
Model
public bool lavagem { get; set; }
View
@Html.CheckBoxFor(model => model.lavagem, htmlAttributes: new { id="chkLavagem" })