Skip to content

Instantly share code, notes, and snippets.

@issm
Created July 25, 2011 08:43
Show Gist options
  • Save issm/1103778 to your computer and use it in GitHub Desktop.
Save issm/1103778 to your computer and use it in GitHub Desktop.
<input type="radio" name="gender" value="male"
? if ( $_[0] eq 'male' ) {
checked="checked"
? }
/>男性
<input type="radio" name="gender" value="female"
? if ( $_[0] eq 'female' ) {
checked="checked"
? }
/>女性
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment