I think what I want is simple, but I don't see any way of doing it.
I want to be able to set the size of the checkbox. I have a label next to a checkbox that resizes, but the checkbox stays the same size.
If this can already be done please educate me and I will share the informational wealth.
Thank you team.
Here's an example of what I'm using.
To create a scalable checkbox, create a new class that adds ToggleButtonBehavior to the Image class.
See the example: https://kivy.org/doc/stable/api-kivy.uix.behaviors.togglebutton.html?highlight=toggle#module-kivy.uix.behaviors.togglebutton
Set the Image attribues allow_stretch to True and the keep_ratio to True
Using this same method you could also create any two images for your checkbox. The examples uses the default checkbox images.
Let me know if that if you get it working or if you need more assistance.
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/428266d9-1919-418e-adfa-caea9799b526n%40googlegroups.com.