CheckboxColors
data class CheckboxColors(val checkedCheckmarkColor: Color, val uncheckedCheckmarkColor: Color, val checkedBoxColor: Color, val uncheckedBoxColor: Color, val disabledCheckedBoxColor: Color, val disabledUncheckedBoxColor: Color, val disabledIndeterminateBoxColor: Color, val checkedBorderColor: Color, val uncheckedBorderColor: Color, val disabledBorderColor: Color, val disabledUncheckedBorderColor: Color, val disabledIndeterminateBorderColor: Color)(source)
Checkbox color palette.
Constructors
Link copied to clipboard
constructor(checkedCheckmarkColor: Color, uncheckedCheckmarkColor: Color, checkedBoxColor: Color, uncheckedBoxColor: Color, disabledCheckedBoxColor: Color, disabledUncheckedBoxColor: Color, disabledIndeterminateBoxColor: Color, checkedBorderColor: Color, uncheckedBorderColor: Color, disabledBorderColor: Color, disabledUncheckedBorderColor: Color, disabledIndeterminateBorderColor: Color)
Properties
Link copied to clipboard
Color of the border when checked
Link copied to clipboard
Color of the box when checked
Link copied to clipboard
Color of the checkmark when checked
Link copied to clipboard
Color of the border when disabled
Link copied to clipboard
Color of the box when checked and disabled
Link copied to clipboard
Color of the border when indeterminate and disabled
Link copied to clipboard
Color of the box when indeterminate and disabled
Link copied to clipboard
Color of the border when unchecked and disabled
Link copied to clipboard
Color of the box when unchecked and disabled
Link copied to clipboard
Color of the border when unchecked
Link copied to clipboard
Color of the box when unchecked
Link copied to clipboard
Color of the checkmark when unchecked