pub fn CheckboxGroup(props: CheckboxGroupProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - id:
impl Into<MaybeProp<String>> - name:
impl Into<MaybeProp<String>>- A string specifying a name for the input control. This name is submitted along with the control’s value when the form data is submitted.
- rules:
impl Into<Vec<CheckboxGroupRule>> - value:
impl Into<Model<HashSet<String>>>- Sets the value of the checkbox group.