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