Skip to content

Instantly share code, notes, and snippets.

@codrin-iftimie
Created June 9, 2014 12:05
Show Gist options
  • Save codrin-iftimie/682596c1166088224f0f to your computer and use it in GitHub Desktop.
Save codrin-iftimie/682596c1166088224f0f to your computer and use it in GitHub Desktop.
var Checkbox = React.createClass({
render: function(){
return (
<div>I will be a check box</div>
);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment