> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/selectable-object.md).

# Selectable Object

## Introduction

{% hint style="info" %}
Part of the [Selection System](/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/selection-system.md) of the UX Complete asset
{% endhint %}

Make anything selectable and searchable with a simple easy to use componenet.

## Definition

### Fields and Attributes

<table><thead><tr><th width="150">Type</th><th width="150">Name</th><th width="370.2">Notes</th></tr></thead><tbody><tr><td>bool</td><td>IsSelected</td><td>If true this object is selected. If you set this it will update the object's selection state in the API.Selection interface</td></tr></tbody></table>

### Events

#### Selection Changed

occurs when the selection status of this object has been changed
