checkboxColors

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