Page 1 of 1

Setting Checkbox value

Posted: Thu Jul 03, 2014 2:24 pm
by Joe Bohen

Hi, I have a checkbox called 'return_chk' and simply want to set its value to true or false, I have attempted the methods suggested elsewhere without success! how do I do this?


Setting Checkbox value

Posted: Thu Jul 03, 2014 3:21 pm
by Kateryna Grynko

Hi Joe,

Use the following code please:preApperyio("mobilecheckboxName").find("input").attr("checked", value).checkboxradio("refresh");/preWhere mobilecheckboxName is a Checkbox name,
value = true or false (checked or unchecked).


Setting Checkbox value

Posted: Fri Jul 04, 2014 7:21 am
by Joe Bohen

Thank you Katya.