Hello,
I am trying to re render a page with a checkbox that has been selected prior to the render.
With the result, I converted it to an integer.
if I have the following code, how do I make the checkbox either checked or not
check_box("price", "total", {:checked => @checkVal}) where @checkVal is my checked/not value (int)