You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
I'm working on two different sites (designed by different folks) and for both I had to implement this kind of radio input:
Due to icon only being applied to :checked elements, I couldn't rely on it to style the input. Given it automatically escapes the SVG code and let's us take advantage of iconColor, it would be great if we could use it to add a bg-image to all radios regardless of their state.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working on two different sites (designed by different folks) and for both I had to implement this kind of radio input:
Due to
icon
only being applied to:checked
elements, I couldn't rely on it to style the input. Given it automatically escapes the SVG code and let's us take advantage oficonColor
, it would be great if we could use it to add a bg-image to all radios regardless of their state.The text was updated successfully, but these errors were encountered: