mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 14:29:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <div class="form-check mb-2"> | ||
|  |     <input class="form-check-input" name="{{$name}}" id="{{$id ?? 'formCheck'}}" type="checkbox" | ||
|  |            value="1" @if(isset($checked) && $checked === '1') checked @endif> | ||
|  |     <label class="form-check-label"> | ||
|  |         {{$text}} | ||
|  |     </label> | ||
|  | </div> |