Fixed
Status Update
Comments
co...@google.com <co...@google.com>
sg...@google.com <sg...@google.com>
na...@google.com <na...@google.com> #3
Thanks for the report!
Description
Steps to Reproduce or Code Sample to Reproduce:
I pass the following colors to
androidx.compose.material3.TriStateCheckbox
:However the result is that in desabled unchecked state the checkbox has lighter primary color instead of the expected lighter outline color (screenshot attached: most right checkbox is disabled unckecked state, second from the right is enabled unchecked).
CheckboxDefaults.colors()
doc says:However in internal
fun borderColor()
for disabled uncheck StatedisabledBorderColor
is used instead which leads to incorrect design: