Forum Post: RE: Javascript and CheckBox component

  • Thread starter Phillip Molly Malone
  • Start date
Status
Not open for further replies.
P

Phillip Molly Malone

Guest
Hey Mate, Try this (assuming you have a checkbox group with just with item in it and that group is called "mobilecheckboxgroup_2"): ------------------- var checkbox_arr = Appery("mobilecheckboxgroup_2").find("input"); var checked = $(checkbox_arr [0]).is(":checked"); console.log("checked is " + checked); =================== Hope this helps

Continue reading...
 
Status
Not open for further replies.
Top