mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Frame {
 | |
|     layout: @GUI::HorizontalBoxLayout {
 | |
|         spacing: 4
 | |
|     }
 | |
|     preferred_height: "fit"
 | |
| 
 | |
|     @GUI::CheckBox {
 | |
|         name: "checkbox"
 | |
|         text: "Some flag"
 | |
|         checkbox_position: "Right"
 | |
|     }
 | |
| }
 | 
