CheckedIcon

@Composable
fun CheckboxIconScope.CheckedIcon(provideIcon: @Composable CheckboxIconScope.() -> Unit)(source)

A convenient icon builder where you only care about the non-indeterminate case.

This can be useful for cases where you want to create a custom non-check icon for your checkbox but are happy with default indeterminate icon.

Parameters

provideIcon

Provide an icon that should appear inside a checked checkbox. You should ignore the indeterminate property as it will always be false in this context.