| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  | <div class="{{ classes }}" id="{{ name }}_holder">
 | 
					
						
							| 
									
										
										
										
											2016-09-04 16:21:51 +02:00
										 |  |  |     <label for="{{ options.id }}" class="
 | 
					
						
							|  |  |  |     {% if options.small %}
 | 
					
						
							|  |  |  |     col-sm-8
 | 
					
						
							|  |  |  |     {% else %}
 | 
					
						
							|  |  |  |     col-sm-4
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							|  |  |  |     control-label">{{ label }}</label>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-04 16:21:51 +02:00
										 |  |  |     <div class="{% if options.small %}col-sm-4{% else %}col-sm-8{% endif %}">
 | 
					
						
							| 
									
										
										
										
											2015-05-01 23:35:35 +02:00
										 |  |  |         <div class="checkbox">
 | 
					
						
							|  |  |  |             <label>
 | 
					
						
							|  |  |  |                 {{ Form.checkbox(name, value, options.checked, options) }}
 | 
					
						
							|  |  |  |             </label>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2016-11-06 16:17:22 +01:00
										 |  |  |         {% include 'form/help' %}
 | 
					
						
							|  |  |  |         {% include 'form/feedback' %}
 | 
					
						
							| 
									
										
										
										
											2015-05-01 23:35:35 +02:00
										 |  |  |     </div>
 | 
					
						
							|  |  |  | </div>
 |