RadioGroup
Extends:
react~Component → RadioGroup
Single selection component that allows selection of one of multiple options that will be displayed as rows of radio buttons.
Static Member Summary
Static Public Members | ||
public static |
propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "value": *, "onValueChange": *, "optionList": *, "oneAlwaysSelected": *, "disabled": *, "hidden": *, "tabIndex": *} PropTypes |
Static Public Members
public static propTypes: {"ariaLabel": *, "ariaLabelledBy": *, "ariaDescribedBy": *, "value": *, "onValueChange": *, "optionList": *, "oneAlwaysSelected": *, "disabled": *, "hidden": *, "tabIndex": *} source
PropTypes
Properties:
Name | Type | Attribute | Description |
tabIndex | number |
|
Sets tabindex attribute on the primary element tag to modify the tab order. |