pub fn Group(props: GroupProps) -> impl IntoViewExpand description
A component that binds all of its contents to a part of the form data.
§Required Props
- bind:
impl Into<QueryStringPart>- The query string that binds the group to the form data.
- children:
Children- The children of the group.
§Optional Props
- label:
impl Into<TextProp>- An optional label for the group.
- values:
impl Into<MaybeProp<Data>>- The value of the group.
- disabled:
impl Into<MaybeProp<bool>>- The value of the group.