Radio

Visually Hidden Label

If the purpose of a Radio is obvious from context and adding a label would negatively affect the design, you can use hideLabel to visually hide the label while retaining accessibility.

<DemoForm>
  <Radio label="Select All" hideLabel />
</DemoForm>