Skip to content

RadioButton

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

RadioButtons let people select one option from a set of options.

bool (in) default: false

Whether the radiobutton is checked.

bool default: true

Whether the radiobutton is enabled and can be interacted with.

Invoked when the radiobutton is clicked.


© 2025 SixtyFPS GmbH