RadioGroup
The RadioGroup is a set of checkable buttons, where no more than one of the buttons can be checked at a time.
Import
Importimport { RadioGroup } from '@backyard-ui/core';
Usage
UsageSize
SizeStates
StatesDisabled
DisabledInvalid
InvalidReadOnly
ReadOnlyControlled
ControlledUsing with FormControl
Using with FormControlTo add a label or status message to your fields use the FormControl utility.
API Reference
API ReferenceRoot
Root- sizeDescription The RadioItem sizeType
"xs" | "sm"
Defaultsm - asChildDescriptionType
boolean
Item
Item- asChildDescriptionType
boolean
- isDisabledDescription Set the form element to disabledType
boolean
- isInvalidDescription Set the form element `aria-invalid` to `true`Type
boolean
- isReadOnlyDescription Set the form element to readonlyType
boolean
- isRequiredDescription Set the form element `aria-required` to `true`Type
boolean