Checkbox Colors
data class CheckboxColors(checkedForegroundColor: Color, uncheckedForegroundColor: Color, disabledCheckedForegroundColor: Color, disabledUncheckedForegroundColor: Color, checkedBackgroundColor: Color, uncheckedBackgroundColor: Color, disabledCheckedBackgroundColor: Color, disabledUncheckedBackgroundColor: Color)