Introduction
This UI component displays a single Add-On Choice for the user and can be use for either a ISelectableOption or a AddOnPluginChoice.

Fields#
| Name | Description |
|---|---|
| Click To Select | Allow item to be selected via pointer click |
| On Selected | Event fired when item is selected |
| On Deselected | Event fired when item is loses selection |
| Image | Image used to display Sprite |
| Colorize | Apply color to image |
| Labels | List of labels and formats for displaying information |
| On Click | Event raised when the item is clicked |
| On Double Click | Event raised when the item is double-clicked |
Properties#
| Name | Description |
|---|---|
| option | Returns the Selectable Option if one is set |
| pluginOptionList | Returns the active Add-On Plugin Choice if one is set |
| selected | Get/Set selected state |
| info | Information about the item |
Methods#
| Name | Description |
|---|---|
| LoadChoice | Load data for an ISelectableOption |
| RequestSelection | Ask owner to toggle selection for this object. |