Function oxytail_base::widgets::checkbox::labeled_checkbox
source · pub fn labeled_checkbox<S: Display + 'static>(
checked: ReadSignal<bool>,
label: impl Fn() -> S + 'static,
props: Option<CheckboxProps>
) -> impl View