# Button States and Feedback

**Active and Disabled State.** The active state is when a button is ‘clickable’/’tappable’. While that may&#x20;sound a bit obvious, the important thing to note here is that a button can be disabled if the user&#x20;hasn’t completed the necessary steps.

<figure><img src="https://4217816688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MekZ3RZxqIxNNSkEFZ1%2Fuploads%2F4On6iIVaDPKu6tba6Osa%2FScreenshot%202025-06-20%20105743.png?alt=media&#x26;token=787db982-49d7-4a15-98ef-cd41bac7e8e9" alt=""><figcaption></figcaption></figure>

**Focus and Pressed State.** The focus state is when the button has been tabbed to. The pressed state&#x20;is the state when the user’s cursor or finger is ‘holding down’ on the button.&#x20;

<figure><img src="https://4217816688-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MekZ3RZxqIxNNSkEFZ1%2Fuploads%2F3DYM27EALnsgUPRKLSj7%2FScreenshot%202025-06-20%20110112.png?alt=media&#x26;token=69a8ea9c-cf9a-4e9e-af9a-4a4f6fea8a84" alt=""><figcaption></figcaption></figure>
