Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created May 14, 2012 12:57
Show Gist options
  • Save BDQ/2693801 to your computer and use it in GitHub Desktop.
Save BDQ/2693801 to your computer and use it in GitHub Desktop.
<%= radio_button_tag 'option', 'blue', true %> Blue
<%= radio_button_tag 'option', 'green' %> Green
<%= radio_button_tag 'option', 'yellow' %> Yellow
<%= radio_button_tag 'option', 'brown' %> Brown
<%= radio_button_tag 'option', 'black' %> Black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment