Skip to content

Commit

Permalink
docs(Checkbox): add doc blocks to input props
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jul 12, 2016
1 parent 7f57ef8 commit 181a061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/Checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,13 @@ export default class Checkbox extends AutoControlledComponent {
*/
type: PropTypes.oneOf(_meta.props.type),

/** The HTML input name. */
name: PropTypes.string,

/** The HTML input value. */
value: PropTypes.string,

/** Called with (event, { name, value, checked }) */
onChange: PropTypes.func,
}

Expand Down

0 comments on commit 181a061

Please sign in to comment.