Form check boxes and Forms

Bit of a newbie question but I’ve got a form and I want bits of the
form to appear when a checkbox is clicked.

So for example I have a query such as do you want to have a link
attached to this post which is a tick box, then I have another field
which contains the text box for the link to go in.

So I want the link text box to appear when the checkbox is clicked.
Can anyone help?

using jquery, you can use something like the following

= check_box :object, :check
= text_field :object, :text, :style => ‘display:none’

On Fri, Feb 11, 2011 at 9:10 PM, Ollie [email protected] wrote:


You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.