search for: unceck

Displaying 1 result from an estimated 1 matches for "unceck".

Did you mean: uncheck
2006 May 03
2
disabled check_box does not work as expected?
I have a checkbox: <%= check_box(:day, :monday, {:disabled => ''''} , (day.monday == true ? {:checked => ''checked''} : {:checked => false} )) %> It is disabled allright, but it is always uncecked. Is this supposed to happen. It looks like (day.monday == true ? {:checked => ''checked''} : {:checked => false} ) is not working if disabled is used... -- Posted via http://www.ruby-forum.com/.