RadioButton
import { RadioButton } from "@material";export component Example inherits Window { width: 200px; height: 100px; background: transparent; RadioButton { checked: true; }}
slint

RadioButton
s let people select one option from a set of options.
Properties
Section titled “Properties”checked
Section titled “checked”bool (in)
default: false
Whether the radiobutton is checked.
enabled
Section titled “enabled”bool default: true
Whether the radiobutton is enabled and can be interacted with.
Callbacks
Section titled “Callbacks”clicked()
Section titled “clicked()”Invoked when the radiobutton is clicked.
© 2025 SixtyFPS GmbH