aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_intcheckbox.tpl
blob: 1d0bd9175f1820db918cdcccfed584e2c0dc70d7 (plain) (blame)
1
2
3
4
	<div class='field checkbox'>
		<label class="mainlabel" for='id_{{$field.0}}'>{{$field.1}}</label>
		<input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.3}}" {{if $field.2}}checked="true"{{/if}}><label class="switchlabel" for='id_{{$field.0}}'></label><span class='field_help'>{{$field.4}}</span>
	</div>