# Select
The [`Select`][select] widget is a [`Button`](./button.md) that becomes
highlighted when a [`Dynamic<T>`][dynamic] contains the select's associated
value. When clicked, the `Dynamic<T>` is updated to the select's associated
value.
[select]: <{{ docs }}/widgets/select/struct.Select.html>
[dynamic]: <{{docs}}/value/struct.Dynamic.html>