Is there an easy way to use a custom image for a checkbox? I’m looking to duplicate the “starred” behavior of gmail. So I want to have a checkbox that, when checked, is a filled in star. And when unchecked is an empty star. Do I have to use an imageview and do my own logic myself?
Share
Checkboxes being children of Button you can just give your checkbox a background image with several states as described here, under “Button style”:
…and exemplified here: