#Get Dogfalo MaterializeCSS radio buttons in Platformatec simple_form.
Just create an inputs
folder in your apps root directory.
Place the file there app/inputs/materialize_radio_buttons_input.rb
Use the :as => :materialize_radio_buttons
helper in your simple_form input
Thanks for posting this!!!
I can't get the
checked
option to work. I tried passing just a string with the radio value and still no joy. Any ideas?