pub trait RadioButtonWidgetRefExt {
// Required methods
fn radio_button(&self, path: &[LiveId]) -> RadioButtonRef;
fn as_radio_button(&self) -> RadioButtonRef;
}
pub trait RadioButtonWidgetRefExt {
// Required methods
fn radio_button(&self, path: &[LiveId]) -> RadioButtonRef;
fn as_radio_button(&self) -> RadioButtonRef;
}