Label

A label is used to present a form field. In most case a click on the label should give focus to the form element thanks to the for attribute.

Standard field

Mandatory field are denoted with c-label--required.

Size

The label size should be the same as the input size.

Small

c-label c-label--s

Medium

c-label c-label

Large

c-label c-label--l

Labels with checkboxes and radio buttons

See Checkbox Field and Radio Field options.

Inline label and field

The vertical padding around the label is set to align with fields when displayed inline.