checkboxColors

fun checkboxColors(checkedForegroundColor: Color = COUITheme.colorScheme.onPrimary, uncheckedForegroundColor: Color = COUITheme.colorScheme.secondary, disabledCheckedForegroundColor: Color = COUITheme.colorScheme.disabledOnPrimary, disabledUncheckedForegroundColor: Color = COUITheme.colorScheme.disabledOnPrimary, checkedBackgroundColor: Color = COUITheme.colorScheme.primary, uncheckedBackgroundColor: Color = COUITheme.colorScheme.secondary, disabledCheckedBackgroundColor: Color = COUITheme.colorScheme.disabledPrimary, disabledUncheckedBackgroundColor: Color = COUITheme.colorScheme.disabledSecondary): CheckboxColors