added hidden field for :open check box, as rails
does not render it automatically with the .check_box
when passed false as last param (unchecked value)
cast "false" to boolean in parameters being sent to the
server, as this does not happen automatically and produces
errors
somehow magic happens for check_box value "true" and it
is not needed
updated default check box value to respect to objects value
if given
:open
check box, as rails does not render it automatically with the.check_box
when passedfalse
as last param (unchecked value)"false"
to boolean in parameters being sent to the server, as this does not happen automatically and produces errorsSVA-434