pub fn checkbox(
    checked: ReadSignal<bool>,
    props: Option<CheckboxProps>
) -> impl View