i got a checkbox in my view and i want to set that as checked from mvc controller. Here is my checkbox
<td>
<input type="checkbox" name="filtroReperibilita" id="filtroReperibilita" style="height:25px; width:25px; margin-left:5px; margin-top:5px;" />
</td>
I have the value that i want to set to it in session. can you help me?