Checkbox with CSS in GLade Python
问题 everyone I am trying to change the colors of the checkboxes when they are pressed because I am doing a job that requires their use. I am using them with no "Drawing Indicator" attribute, so I need them to have a different color when pressed, because it does not look very well and is not very appealing. Is there any way to do this? The version of my glade is 3.18.3. Im using a Pi3 model B This is my code: import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk from gi