Class: ToggleGroup

ToggleGroup(props)

The ToggleGroup

Constructor

new ToggleGroup(props)

The constructor.

Parameters:
Name Type Description
props Object

The properties.

Source:

Extends

  • React.Component

Members

childContextTypes :Object

The child context types.

Type:
  • Object
Source:

componentWillReceiveProps

Called if this component receives properties.

Source:

defaultProps :Object

The default properties.

Type:
  • Object
Source:

onChange

The onChange handler.

Source:

propTypes :Object

The properties.

Type:
  • Object
Source:

state :Object

The initial state.

Type:
  • Object
Source:

Methods

getChildContext() → {Object}

Returns the context for the children.

Source:
Returns:

The child context.

Type
Object

render()

The render function.

Source: