stouset / twitter_bootstrap_form_for

A Rails FormBuilder DSL for generating Twitter Bootstrap forms
https://github.com/stouset/twitter_bootstrap_form_for
MIT License
409 stars 110 forks source link

Fix radio button label #64

Closed dkubb closed 11 years ago

dkubb commented 11 years ago

The radio button label isn't being associated with the correct radio button because it needs to be passed the value too. This fix makes sure the value is provided to the label.

mattbrictson commented 11 years ago

+1