Skip to main content

Switch

Function Switch 

Source
pub fn Switch(props: SwitchProps) -> impl IntoView
Expand description

A labelled toggle switch (an ARIA switch button) bound to a bool signal. Emits the toggled state through on_change.

§Required Props

§Optional Props