I'd like to add in an "id" attribute to my radio button inputs so I
can add labels.

Something like:
SHtml.radio(
      Opinons.elements.toList.map(_.toString),
        opinion.map(_.toString),
        selected => opinion( Box(Opinions.valueOf(selected)) ),
        ("id", /*I want a unique id here...preferably the key or
hashcode*/)
    )

Thanks,
Strom

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to