You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			587 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			587 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="control-group">
 | |
|     <label class="control-label">{{label}}</label>
 | |
| 
 | |
|     <div class="controls">
 | |
|         <label class="checkbox toggle well">
 | |
|             <input type="checkbox" name="fields.{{order}}.value"/>
 | |
|             <p>
 | |
|                 <span>Yes</span>
 | |
|                 <span>No</span>
 | |
|             </p>
 | |
| 
 | |
|             <div class="btn btn-primary slide-button"/>
 | |
|         </label>
 | |
| 
 | |
|         {{#if helpext}}
 | |
|             <span class="help-inline-checkbox">
 | |
|                 <i class="icon-question-sign" title="{{helpText}}"/>
 | |
|             </span>
 | |
|         {{/if}}
 | |
|     </div>
 | |
| </div>
 |