Brif UI logo
0.0.51

RadioGroup

A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.

Size

Default size is medium

Disabled

Error

API Reference

Root

React.ComponentPropsWithRef<div>
PropTypeDefault
size
sm | md | lgmd
disabled
booleanfalse
error
booleanfalse
value
string_
onValueChange
(value: string) => void_
orientation
horizontal | verticalhorizontal

Item

React.ComponentPropsWithRef<div>
PropTypeDefault
value
string_
disabled
booleanfalse

Indicator

React.ComponentPropsWithRef<div>

Label

React.ComponentPropsWithRef<label>