-
Notifications
You must be signed in to change notification settings - Fork 9
Component Checkbox
MeowLynxSea edited this page Jan 23, 2026
·
6 revisions
A boolean input.
use gpui::ElementId;
use yororen_ui::component::checkbox;
let view = checkbox()
.key(("settings", "auto-save"))
.checked(true)
.on_toggle(|checked, _ev, _window, _cx| {
// ...
});Yororen UI v0.3.0 · repository · Apache-2.0 · This wiki documents Yororen UI v0.3.0.
This wiki documents Yororen UI v0.3.0 — the headless-core, swappable-renderer build.