Friends, how to set toggles values if I have 4 toggles in 1 toggle group?
and then how to get the values which checked if i have 4 toggle groups?
because i wanna calculate the values which checked.
please help me
To determine or set a toggle’s check, just check/set the IsOn boolean variable on the toggle.
So, just check each toggle and do your calculation based on which ones have an IsOn property set to true.
Hope this helps,
-Larry