aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/field_checkbox.tpl
blob: ab9c0478e0e695cbf6f9866eb4c00c113b07da07 (plain) (blame)
1
2
3
4
5
6
	
	<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>