aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/field_checkbox.tpl
blob: e214bb87d8dab94e61e197917de8e61bb86bc000 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}	
	<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>