pub trait RadioButtonSetWidgetRefExt {
// Required method
fn radio_button_set(&self, paths: &[&[LiveId]]) -> RadioButtonSet;
}
pub trait RadioButtonSetWidgetRefExt {
// Required method
fn radio_button_set(&self, paths: &[&[LiveId]]) -> RadioButtonSet;
}