pub fn ToggleSwitch(props: ToggleSwitchProps) -> impl IntoViewExpand description
§Required Props
- checked:
bool- Current on/off state.
- label:
impl Into<String>- Accessible label.
§Optional Props
- disabled:
booltrueto render disabled (dimmed + non-interactive).