pub trait RadioButtonWidgetExt { // Required method fn radio_button(&mut self, path: &[LiveId]) -> RadioButtonRef; }