Is there a way to make a circular checkbox?
# compose
v
Is there a way to make a circular checkbox?
I have tried using
Copy code
Modifier
    .clip(CircleShape)
    .border(width = 2.dp, color = Color.Gray, shape = CircleShape)