Skip to Content

RadioGroup

The RadioGroup is a set of checkable buttons, where no more than one of the buttons can be checked at a time.


Import

Import
import { RadioGroup } from '@backyard-ui/core';

Usage

Usage

Size

Size

States

States

Disabled

Disabled

Invalid

Invalid

ReadOnly

ReadOnly

Controlled

Controlled

Using with FormControl

Using with FormControl

To add a label or status message to your fields use the FormControl utility.

API Reference

API Reference

Root

Root
  • size
    Description The RadioItem size
    Type
    "xs" | "sm"
    Default
    sm
  • asChild
    Description
    Type
    boolean

Item

Item
  • asChild
    Description
    Type
    boolean
  • isDisabled
    Description Set the form element to disabled
    Type
    boolean
  • isInvalid
    Description Set the form element `aria-invalid` to `true`
    Type
    boolean
  • isReadOnly
    Description Set the form element to readonly
    Type
    boolean
  • isRequired
    Description Set the form element `aria-required` to `true`
    Type
    boolean