How do I use the mvc helper to create a chekbox and with its name attached to the checkbox. And if there's any way I can put the checkbox name on the left or right. I did it and it did not work:
<td>@Html.CheckBox("Acesso Remoto")</td>
I also did this and nothing
<td>@Html.CheckBox("Acesso Remoto", "Acesso Remoto")</td>