mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 06:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 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>
 |