How to change CheckBox icons in compose

Viewed 286

I want to change icons in the CheckBox. We were able to change it in the android using android:button="@drawable/selector_checkbox" but I didn't find any straightforward solution to change it in the compose.

I can change it by rewriting the Checkbox like this answer but It is not a perfect solution: https://stackoverflow.com/a/67363006/1105277

Is there a better way to do it in the Jetpack Compose?

0 Answers
Related