HTML-First UI

Radio

A form input component for single selection from multiple options

Speed

Notes

The radio component allows users to select one option from a group.

  • Wrap radio buttons in an hf-input-group
  • Use legend for group labels
  • Each radio button should have an associated label
  • Group related options with the same name attribute