Choices

Function Choices 

Source
pub fn Choices<T>(props: ChoicesProps<T>) -> impl IntoView
where T: Clone + Eq + Default + Debug + FromStr + 'static, T::Err: Clone + Debug + 'static,
Expand description

A component that renders radio buttons from an enum.

§Required Props

§Optional Props