i'm using Mvc checkbox.
by default the rendering a checkbox like below.
<input id="test" type="checkbox" value="true" name="test"/>
<input type="hidden" value="false" name="test"/>
so whn itry to access
$("#tets").val() returns true, but defaultly it is false.
Any idea how to access checkbox using jquery