I want to use an icon from FontAwesome as the button for a RadioButton. I want to use something like this as the icon when the RadioButton is selected: https://fontawesome.com/icons/check-circle?style=solid and then default to the regular unselected image when the RadioButton is not selected. Is this possible?
I have taken a look at setting the button
attribute of the RadioButton, but this does not appear to work. The RadioButton expects a drawable image, not a string value. This is where I am stuck, since the FontAwesome icons are actually treated as strings.