checkboxVibrants

the default vibrants from the theme's color scheme of checkbox.


@Composable
fun checkboxVibrants(backgroundVibrant: Vibrant = Vibrant.Unspecified, contentVibrant: Vibrant = Vibrant.Unspecified, borderVibrant: Vibrant = Vibrant.Unspecified): CheckboxVibrants

Creates a CheckboxVibrants that represents the default vibrants used in a Checkbox.

Return

The new CheckboxVibrants with expected background vibrant, content vibrant and border vibrant.

Parameters

backgroundVibrant

the background vibrant of this Checkbox when enabled.

contentVibrant

the content vibrant of this Checkbox when enabled.

borderVibrant

the border vibrant of this Checkbox when enabled.