Home Reference Source
public class | source

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:

NameTypeAttributeDescription
tabIndex number
  • optional

Sets tabindex attribute on the primary element tag to modify the tab order.