Skip to content

Instantly share code, notes, and snippets.

@tdeekens
Last active April 28, 2018 13:27
Show Gist options
  • Save tdeekens/aedac66818ba705d68381efd2cec2b0a to your computer and use it in GitHub Desktop.
Save tdeekens/aedac66818ba705d68381efd2cec2b0a to your computer and use it in GitHub Desktop.
const Input = props => <input
type="radio"
name="size"
value="xl"
checked={props.tshirt.size === "xl"}
onChange={this.handleChange}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment