Hi Gurus,
I have a CheckBoxGroup, so I provide the check boxes using code at runtime.
Suppose, in my context I have following, structure
Fruits (Node)
---FruitName (Element)
On my view layout, I have CheckBoxGroup ( and Text property is set to Fruits.FruitName) and a 'Count' button. On click of count I want to know how many check boxes or options did I select.
I dont want to use onToggle Action and want to calculate number of options ticked only on click of Count button.
Waiting.
Thanks and Regards,
Rahul