mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:15:07 +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"
|
|
}
|
|
}
|