How to save Checkbox Checked values in Database
Below is my code
<input type="text" value="" name="Productname" />
<input type="checkbox" name="Product" value="0.5">
<input type="checkbox" name="Product" value="0.07">
<input type="checkbox" name="Product" value="0.5">
<input type="checkbox" name="Product" value="0.63">
<input type="checkbox" name="Product" value="0.63">
<input type="checkbox" name="Product" value="0.5">
<input type="submit" id="btn1" value="Add" class="btn btn-primary" />
Here on submit click I want to save Checked values under One Productname and want to send as an object to controller