---
title: "disabled"
description: "Defines a [Style] to be applied when the component is disabled. The properties within the
provided `value` Style will override or merge with the base style of the component when the style
state for the component is disabled."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalFoundationStyleApi
fun StyleScope.disabled(value: Style)
```


Defines a `Style` to be applied when the component is disabled. The properties within the
provided `value` Style will override or merge with the base style of the component when the style
state for the component is disabled.

#### Parameters

| | |
| --- | --- |
| value | The `Style` to apply on hover. |




