@primer/react-brand
Version:
Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.
15 lines (12 loc) • 893 B
Markdown
---
title: Forms
---
## In this section
- [Checkbox](Checkbox/react.md): Use the checkbox component to select one or more options of a limited number of choices.
- [Checkbox group](CheckboxGroup/react.md): Checkbox group renders a set of checkboxes.
- [Form control](FormControl/index.md): Use the form control component to display form inputs alongside labels, validation and more.
- [Radio](Radio/react.md): Use the radio component when a user needs to select one option from a list.
- [Radio group](RadioGroup/react.md): Radio group is used to render a short list of mutually exclusive options.
- [Select](Select/index.md): Use the select component to enable selection of one option from a list.
- [Text input](TextInput/index.md): Use the text input component for single-line text field.
- [Textarea](TextArea/index.md): Use the textarea component for multi-line text input form fields.