---
title: "RemoteSplitCheckboxButtonDefaults"
description: "Contains the default values used by [RemoteSplitCheckboxButton]."
type: "object"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
public object RemoteSplitCheckboxButtonDefaults
```

Contains the default values used by [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton/api).

## Properties

### shape

> Source set: Android

```kotlin
public val shape: RemoteRoundedCornerShape
```

Recommended `RemoteRoundedCornerShape` for the outer container of
[RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton/api).

### splitSectionsShape

> Source set: Android

```kotlin
public val splitSectionsShape: RemoteRoundedCornerShape
```

Recommended `RemoteRoundedCornerShape` for the split sections.

### Height

> Source set: Android

```kotlin
public val Height: RemoteDp = 52.rdp
```

The default minimum height applied for the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton/api).

### ContentPadding

> Source set: Android

```kotlin
public val ContentPadding: RemotePaddingValues =
        RemotePaddingValues(horizontal = 14.rdp, vertical = 8.rdp)
```

The default content padding used by [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton/api).

## Functions

### splitCheckboxButtonColors

> Source set: Android

```kotlin
@Composable
    public fun splitCheckboxButtonColors(): RemoteSplitCheckboxButtonColors
```

Creates a [RemoteSplitCheckboxButtonColors](/jetpack-compose/androidx.wear.compose.remote/remote-material3/classes/RemoteSplitCheckboxButtonColors/api) that represents the default container and content
colors used in a [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton/api).

### splitCheckboxButtonColors

> Source set: Android

```kotlin
@Composable
    public fun splitCheckboxButtonColors(
        checkedContainerColor: RemoteColor? = null,
        checkedContentColor: RemoteColor? = null,
        checkedSecondaryContentColor: RemoteColor? = null,
        checkedSplitContainerColor: RemoteColor? = null,
        checkedBoxColor: RemoteColor? = null,
        checkedCheckmarkColor: RemoteColor? = null,
        uncheckedContainerColor: RemoteColor? = null,
        uncheckedContentColor: RemoteColor? = null,
        uncheckedSecondaryContentColor: RemoteColor? = null,
        uncheckedSplitContainerColor: RemoteColor? = null,
        uncheckedBoxColor: RemoteColor? = null,
        disabledCheckedContainerColor: RemoteColor? = null,
        disabledCheckedContentColor: RemoteColor? = null,
        disabledCheckedSecondaryContentColor: RemoteColor? = null,
        disabledCheckedSplitContainerColor: RemoteColor? = null,
        disabledCheckedBoxColor: RemoteColor? = null,
        disabledCheckedCheckmarkColor: RemoteColor? = null,
        disabledUncheckedContainerColor: RemoteColor? = null,
        disabledUncheckedContentColor: RemoteColor? = null,
        disabledUncheckedSecondaryContentColor: RemoteColor? = null,
        disabledUncheckedSplitContainerColor: RemoteColor? = null,
        disabledUncheckedBoxColor: RemoteColor? = null,
    ): RemoteSplitCheckboxButtonColors
```

Creates a [RemoteSplitCheckboxButtonColors](/jetpack-compose/androidx.wear.compose.remote/remote-material3/classes/RemoteSplitCheckboxButtonColors/api) that represents the default container and content
colors used in a [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton/api).

#### Parameters

| | |
| --- | --- |
| checkedContainerColor | The container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and checked. |
| checkedContentColor | The content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and checked. |
| checkedSecondaryContentColor | The secondary content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and checked, used for secondaryLabel content. |
| checkedSplitContainerColor | The split container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and checked. |
| checkedBoxColor | The box color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and checked. |
| checkedCheckmarkColor | The checkmark color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and checked. |
| uncheckedContainerColor | The container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and unchecked. |
| uncheckedContentColor | The content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and unchecked. |
| uncheckedSecondaryContentColor | The secondary content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and unchecked, used for secondaryLabel content. |
| uncheckedSplitContainerColor | The split container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and unchecked. |
| uncheckedBoxColor | The box color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when enabled and unchecked. |
| disabledCheckedContainerColor | The container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and checked. |
| disabledCheckedContentColor | The content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and checked. |
| disabledCheckedSecondaryContentColor | The secondary content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and checked, used for secondaryLabel content. |
| disabledCheckedSplitContainerColor | The split container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and checked. |
| disabledCheckedBoxColor | The box color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and checked. |
| disabledCheckedCheckmarkColor | The checkmark color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and checked. |
| disabledUncheckedContainerColor | The container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and unchecked. |
| disabledUncheckedContentColor | The content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and unchecked. |
| disabledUncheckedSecondaryContentColor | The secondary content color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and unchecked, used for secondaryLabel content. |
| disabledUncheckedSplitContainerColor | The split container color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and unchecked. |
| disabledUncheckedBoxColor | The box color of the [RemoteSplitCheckboxButton](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteSplitCheckboxButton) when disabled and unchecked. |
