public object RemoteSplitCheckboxButtonDefaults
Contains the default values used by RemoteSplitCheckboxButton.
Properties
shape
public val shape: RemoteRoundedCornerShape
Recommended RemoteRoundedCornerShape for the outer container of RemoteSplitCheckboxButton.
splitSectionsShape
public val splitSectionsShape: RemoteRoundedCornerShape
Recommended RemoteRoundedCornerShape for the split sections.
Height
public val Height: RemoteDp = 52.rdp
The default minimum height applied for the RemoteSplitCheckboxButton.
ContentPadding
public val ContentPadding: RemotePaddingValues =
RemotePaddingValues(horizontal = 14.rdp, vertical = 8.rdp)
The default content padding used by RemoteSplitCheckboxButton.
Functions
splitCheckboxButtonColors
@Composable
public fun splitCheckboxButtonColors(): RemoteSplitCheckboxButtonColors
Creates a RemoteSplitCheckboxButtonColors that represents the default container and content colors used in a RemoteSplitCheckboxButton.
splitCheckboxButtonColors
@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 that represents the default container and content colors used in a RemoteSplitCheckboxButton.
Parameters
| checkedContainerColor | The container color of the RemoteSplitCheckboxButton when enabled and checked. |
| checkedContentColor | The content color of the RemoteSplitCheckboxButton when enabled and checked. |
| checkedSecondaryContentColor | The secondary content color of the RemoteSplitCheckboxButton when enabled and checked, used for secondaryLabel content. |
| checkedSplitContainerColor | The split container color of the RemoteSplitCheckboxButton when enabled and checked. |
| checkedBoxColor | The box color of the RemoteSplitCheckboxButton when enabled and checked. |
| checkedCheckmarkColor | The checkmark color of the RemoteSplitCheckboxButton when enabled and checked. |
| uncheckedContainerColor | The container color of the RemoteSplitCheckboxButton when enabled and unchecked. |
| uncheckedContentColor | The content color of the RemoteSplitCheckboxButton when enabled and unchecked. |
| uncheckedSecondaryContentColor | The secondary content color of the RemoteSplitCheckboxButton when enabled and unchecked, used for secondaryLabel content. |
| uncheckedSplitContainerColor | The split container color of the RemoteSplitCheckboxButton when enabled and unchecked. |
| uncheckedBoxColor | The box color of the RemoteSplitCheckboxButton when enabled and unchecked. |
| disabledCheckedContainerColor | The container color of the RemoteSplitCheckboxButton when disabled and checked. |
| disabledCheckedContentColor | The content color of the RemoteSplitCheckboxButton when disabled and checked. |
| disabledCheckedSecondaryContentColor | The secondary content color of the RemoteSplitCheckboxButton when disabled and checked, used for secondaryLabel content. |
| disabledCheckedSplitContainerColor | The split container color of the RemoteSplitCheckboxButton when disabled and checked. |
| disabledCheckedBoxColor | The box color of the RemoteSplitCheckboxButton when disabled and checked. |
| disabledCheckedCheckmarkColor | The checkmark color of the RemoteSplitCheckboxButton when disabled and checked. |
| disabledUncheckedContainerColor | The container color of the RemoteSplitCheckboxButton when disabled and unchecked. |
| disabledUncheckedContentColor | The content color of the RemoteSplitCheckboxButton when disabled and unchecked. |
| disabledUncheckedSecondaryContentColor | The secondary content color of the RemoteSplitCheckboxButton when disabled and unchecked, used for secondaryLabel content. |
| disabledUncheckedSplitContainerColor | The split container color of the RemoteSplitCheckboxButton when disabled and unchecked. |
| disabledUncheckedBoxColor | The box color of the RemoteSplitCheckboxButton when disabled and unchecked. |