pub fn Checkbox( checked: bool, on_change: impl Fn(bool) + 'static, config: CheckboxConfig, ) -> View