Rev 5266 | Rev 5391 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="form-group form-group-sm form-checkbox">
<div class="col-sm-offset-6 col-sm-6">
<div class="checkbox">
<label>
<input type="hidden" name="<?php echo $this->view['field_name']; ?>" value="0" />
<input type="checkbox" name="<?php echo $this->view['field_name']; ?>" value="1" <?php echo (($this->view['field_checked'] > 0)?'checked="checked"':''); ?> />
<?php echo $this->view['field_label']; ?>
</label>
</div>
</div>
</div>