Skip to content

Commit

Permalink
Added docs, see phetsims/faradays-law#85
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 21, 2018
1 parent 0f29d2c commit 7d0a88c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/CheckboxIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ define( function( require ) {
documentation: 'Returns true if the checkbox is checked, false otherwise'
}
}, {
documentation: 'A traditional checkbox',
documentation: 'A user interface component that shows if something is selected (checked) or unselected (unchecked)',
events: [ 'toggled' ]
} );

sun.register( 'CheckboxIO', CheckboxIO );

return CheckboxIO;
} );

0 comments on commit 7d0a88c

Please sign in to comment.