Check/uncheck multiple checkboxes with Jquery
问题 I´ve been stuck on a minor jquery problem, it´s probably just something minor I´m not seeing yet. I have a PartialView and I want to be able to check a checkbox and it should make all the other checkboxes unchecked. I only want one checkbox checked before I submit the page. Anyway, here is my code sample: This is my PartialView @model List<int> @foreach (var element in Model) { <div id="AddedProductImages"> <img src="@Url.Action("RetrieveFile", "File", new { id = element })" alt="@element"