@model DemoApp.ListProductVM
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="compare-checkbox form-checkbox">
@Html.CheckBoxFor(m => m.Checked, new { @class="js-favorite-checkbox", @data_product_id="@Model.Id" })
@Html.LabelFor(m => m.Checked)