copy

fun copy(checkedCheckmarkColor: Color = this.checkedCheckmarkColor, uncheckedCheckmarkColor: Color = this.uncheckedCheckmarkColor, checkedBoxColor: Color = this.checkedBoxColor, uncheckedBoxColor: Color = this.uncheckedBoxColor, disabledCheckedBoxColor: Color = this.disabledCheckedBoxColor, disabledUncheckedBoxColor: Color = this.disabledUncheckedBoxColor, disabledIndeterminateBoxColor: Color = this.disabledIndeterminateBoxColor, checkedBorderColor: Color = this.checkedBorderColor, uncheckedBorderColor: Color = this.uncheckedBorderColor, disabledBorderColor: Color = this.disabledBorderColor, disabledUncheckedBorderColor: Color = this.disabledUncheckedBorderColor, disabledIndeterminateBorderColor: Color = this.disabledIndeterminateBorderColor): CheckboxColors

Returns a copy of this CheckboxColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”