pub trait CheckBoxSetWidgetRefExt {
// Required method
fn check_box_set(&self, paths: &[&[LiveId]]) -> CheckBoxSet;
}
pub trait CheckBoxSetWidgetRefExt {
// Required method
fn check_box_set(&self, paths: &[&[LiveId]]) -> CheckBoxSet;
}