title: Form group
name: form-group
variants:
  - name: checkboxes
    title: Checkboxes
  - name: radio
    title: Radio
  - name: valid
    title: Valid form group
  - name: error
    title: Error form group
  - name: select
    title: Select form group
  - name: textarea
    title: Textarea
  - name: upload
    title: File upload
  - name: search
    title: Search field
notes: |
  Never forget the `for=""` attribute to link the input to the label.

  ### Standard form group
