pub fn Switch(props: SwitchProps) -> impl IntoViewExpand description
A labelled toggle switch (an ARIA switch button) bound to a bool signal. Emits the
toggled state through on_change.
§Required Props
- label:
impl Into<String> - value:
Signal<bool> - on_change:
Callback<bool>
§Optional Props
- disabled:
impl Into<Signal<bool>>