Radio Group
shadcn/uiA set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
Radio Group
Installation
Props
<RadioGroup />
Name | Type | |
|---|---|---|
inputRef | React.Ref<HTMLInputElement> | |
nativeButton | boolean | |
render | React.ReactElement | |
keepMounted | boolean | |
onValueChange | (...args) => void |
<RadioGroupItem />
Name | Type | |
|---|---|---|
inputRef | React.Ref<HTMLInputElement> | |
nativeButton | boolean | |
render | React.ReactElement | |
keepMounted | boolean | |
onValueChange | (...args) => void |