Toggle

A sliding toggle switch for boolean settings.

Figma Mockup

Toggle on and off

Preview

Rendered in WASM — scroll may behave differently from the rest of the page

Usage

rust
use ui_theme::components::toggle;

let mut on = false;
toggle(ui, &theme, &mut on);

Props

Prop Type Default Description
ui &mut Ui required The egui UI context
theme &Theme required Theme instance
on &mut bool required Mutable toggle state