aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/field_checkbox.tpl
blob: 51d56f69c60a20719bd75b3102f0f3bb98ec4488 (plain) (tree)
1
2
3
4
5
                                    


                                                                                                                                  
              
	<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>
	</div>