'How do I set border color for the checkbox using jetpack compose
I need to implement checkbox that looks like this
I have tried to explore all the aspects provided by compose to alter the checkbox as below
colors: CheckboxColors = CheckboxDefaults.colors()
I found some alternative solution here but
- It doesn't works for me
- I feel just to change the checkbox border color there shouldn't be so much work around right.
Note: checkmark color can be changed by using color field
colors = CheckboxDefaults.colors(checkmarkColor = Black)
Any help is appreciated
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

