How do you add a tag before each radio button in Simple Form?
问题 Simple necessity, but clearly no easy way to do it with Simple Form. I need to put a span before each radio input in a Rails form that uses Simple form. I've successfully added a span to a text input as stated in this guidelines, but I cannot make out how to do the same thing with radio buttons (as well as check boxes). I don't want to use jQuery, which I am currently using as a workaround. UPDATE 1 As @TarynEast asked in a comment, I tried creating an initializer with the following code I've