cymen / sinatra-formhelpers-ng

Lightweight, robust form helpers for Sinatra
http://github.com/twilson/sinatra-formhelpers
Other
12 stars 7 forks source link

s/val/id in checkbox and radio methods #4

Closed pmn4 closed 11 years ago

pmn4 commented 11 years ago

val works if you pass checkbox/radio an array of values, but not when you pass an array of [value, text] pairs.