CheckboxDefaults
object CheckboxDefaults
Contains the default values used by CheckBox.
Summary
Public functions |
|
|---|---|
CheckBoxColors |
Creates a default |
CheckBoxColors |
@Composable |
CheckBoxColors |
@Composable |
Public functions
colors
@Composable
fun colors(): CheckBoxColors
Creates a default CheckBoxColors.
| Returns | |
|---|---|
CheckBoxColors |
default |
colors
@Composable
fun colors(checkedColor: Color, uncheckedColor: Color): CheckBoxColors
| Parameters | |
|---|---|
checkedColor: Color |
the |
uncheckedColor: Color |
the |
| Returns | |
|---|---|
CheckBoxColors |
|
colors
@Composable
fun colors(checkedColor: ColorProvider, uncheckedColor: ColorProvider): CheckBoxColors
| Parameters | |
|---|---|
checkedColor: ColorProvider |
the |
uncheckedColor: ColorProvider |
the |
| Returns | |
|---|---|
CheckBoxColors |
|