pub type RadioButtonOpt<'a> = Opt<'a, AnyText, NoUrl>;
Opt state supported by radio buttons
pub struct RadioButtonOpt<'a> { /* private fields */ }