On this pageAddOnChoiceUI.selectedpublic bool selected { get; set; }CopyDescription#Get/Set selected stateUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(AddOnChoiceUI target) { bool result = target.selected; } }Copy