How do you get the value of a Switch when it is inside a List Item? Currently I can get the list item using:
$.listview.sections[0].items[j]But a ListItem does not have a children attribute or anything similar so how do you get the Switch which is inside? Using Alloy.