pub fn toggle(
    enabled: ReadSignal<bool>,
    props: Option<ToggleProps>
) -> impl View