pub fn radio<Msg: Clone>(selected: bool) -> Radio<Msg>
Create a Radio option in the given state.
Radio
Shorthand for Radio::new. See the Radio type-level docs for the full mutual-exclusion pattern across multiple options.
Radio::new