I have below code and need to pass it to my controller method on jQuery and read list of data on controller but have no idea to do it:
<p class="accounts form-inline">
<label class="checkbox"><input type="checkbox" name="accounts[0].IsSelected" value="true">ehsan.davodi<input type="hidden" name="accounts[0].AccountId" value="1"></label>
<label class="checkbox"><input type="checkbox" name="accounts[1].IsSelected" value="true">e_davodi<input type="hidden" name="accounts[1].AccountId" value="2"></label>
</p>