Appery functions, and Group Button selection
Can someone explain to me how I would report the selected button on the group button element? I am trying to mock up a javascript solution to prepare my JSON filtering query, and I am having difficulty finding my way around the Appery JS.
What types of functions can I call from Appery('element').____()?
I have used:
Appery('element').val(), and
$('input', Appery("checkbox")).prop("checked").
I have a group of buttons and I want to record the value of the selected button of the group element.
Help would be greatly appreciated!
Ben