hi i want to name each checkbox field and display when selected any one of them. i have problem naming them. is this the right code ?
<div class="form-group">
<div class="checkbox">
<label>
<p><b> Services Interested </b></p>
<input type="checkbox" name="service"> Wordpress </br>
<input type="checkbox" name="service"> SEO </br>
<input type="checkbox" name="service"> PHP
</label>
</div>
</div>