aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/field_intcheckbox.tpl
blob: 7b7b6de8a7cb5f90aea4de3cf7b3d023cc4a087e (plain) (tree)
1
2
3
4
5
                                                                                    
                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                                   
                                                                        
              
	<div id="{{$field.0}}_container" class="clearfix onoffswitch mb-3 checkbox">
		<label for="id_{{$field.0}}">{{$field.1}}</label>
		<div class="float-end"><input type="checkbox" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.3}}" {{if $field.2}}checked="checked"{{/if}}><label class="switchlabel" for="id_{{$field.0}}"> <span class="onoffswitch-inner" data-on="{{if $field.5}}{{$field.5.1}}{{/if}}" data-off="{{if $field.5}}{{$field.5.0}}{{/if}}"></span><span class="onoffswitch-switch"></span> </label></div>
		<small class="form-text text-muted">{{$field.4}}</small>
	</div>