Hi, How can I have a Circle `Checkbox` ? I have tr...
# compose
m
Hi, How can I have a Circle
Checkbox
? I have tried
Modifier.clip(CircleShape)
but it’s not working.
c
Checkbox()
implements the material spec. You should create your own component if you want a different looking one.