pub fn Choices<T>(props: ChoicesProps<T>) -> impl IntoViewExpand description
A component that renders radio buttons from an enum.
§Required Props
- tag:
impl Into<QueryString>- Tag to determine the type.
- children:
Children- Child components.
§Optional Props
- _phantom:
PhantomData<T>