<?php echo Form::open(); ?>
<fieldset>
<legend>Set of checkboxes1</legend>
<?php echo $fieldset->field('box1')->build(); ?>
<?php echo $fieldset->field('box2')->build(); ?>
<?php echo $fieldset->field('box3')->build(); ?>
</fieldset>
<?php echo Form::close(); ?>
<td class=""><label id="label_skype" for="form_skype">skype</label></td>
It looks like you're new here. If you want to get involved, click one of these buttons!