streams/view/tpl/field_checkbox.tpl

6 lines
254 B
Smarty
Raw Normal View History

2011-06-13 16:03:06 +00:00
<div class='field checkbox'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}}>
<span class='field_help'>{{$field.3}}</span>
2011-06-13 16:03:06 +00:00
</div>