Мне нужно установить флажок в раскрывающемся списке mvc
<div class="form-group">
<label for="Product" class="required">Product</label>
@Html.DropDownList("SellerSKUid", null, new { @id = "txtOeCustomer",@name = "SellerSKUid", @class =
"form-control", placeholder = "Select SellerSKUid"})
</div>
<div class="form-group">
<label for="Product" class="required">Product</label>
@Html.DropDownList("SellerSKUid", null, new { @id = "txtOeCustomer",@name = "SellerSKUid", @class =
"form-control", placeholder = "Select SellerSKUid"})
</div>