1. Docs
  2. Components
  3. Radio Group

Radio Group

A radio group allows a user to select a single item from a list of mutually exclusive options.

Installation

Anatomy

Examples

With Description

Disabled

Form

API Reference

RadioGroup.Root

PropTypeDefault
value
string
defaultValue
string
onChange
function
name
string
isDisabled
boolean
isReadOnly
boolean
isRequired
boolean
isInvalid
boolean
orientation
enum
"vertical"
children
ReactNode

RadioGroup.Item

PropTypeDefault
value
string
isDisabled
boolean
children
ReactNode

RadioGroup.Indicator

PropTypeDefault
className
string