pub fn custom_checkbox(
checked: impl Fn() -> bool + 'static,
custom_check: impl Into<String> + Clone + 'static,
) -> ValueContainer<bool>Expand description
Renders a checkbox using a checked signal and custom SVG. See also Checkbox::new_rw and