I am trying to update a checkBox... using:

jQuery("#HSFCO_1")[0].checked= "true"


where

<input type='checkBox' class='HSFCO' id='HSFCO_1' checked='false>

However... the view is not update! Any suggestion?

Reply via email to