Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Setting Checkbox value

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Setting Checkbox value

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).

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Setting Checkbox value

Thank you Katya.

Return to “Issues”