ant-design/components/checkbox
Bruce Mitchener 63c06e8652 Use ES2015 classes instead of React.createClass.
Make Breadcrumb, Checkbox, Dropdown, Steps and Timeline
components use ES2015 classes rather than React.createClass.

This includes:

* getDefaultProps method becomes a defaultProps value on the
  constructor.
* propTypes becomes a value on the constructor.
2016-03-18 09:35:15 +07:00
..
demo feat(checkbox group): checkbox group support disable specified item. 2016-03-17 11:31:36 +08:00
Group.jsx feat(checkbox group): checkbox group support disable specified item. 2016-03-17 11:31:36 +08:00
index.jsx Use ES2015 classes instead of React.createClass. 2016-03-18 09:35:15 +07:00
index.md update checkbox use instruction, fix #860 2016-01-13 21:56:51 +08:00