Can you please help me how to get the multiple values of checkbox.


Code:
@Html.Label("Revision of Records:")<br />
@Html.CheckBox("Change Address", new { @class = "appType", @id = "ChangeAddress", @onclick = "clkChangeAddress()", @name = "nRevRecords" })  Change Address<br />
@Html.CheckBox("Change Civil Status", new { @class =
...