themeColor property

  1. @visibleForTemplate
  2. @Input()
String? themeColor
getter/setter pair

Color of the checkbox and ripple when checked.

Example: '#FF00FF'. By default it is $mat-blue-500. Note that the themeColor is applied to the checkbox even when the box is unchecked, which deviates from the standard material spec. Use mixin to set themeColor unless you want this behavior.

Implementation

@visibleForTemplate
@Input()
String? themeColor;