am-impact / amforms

Forms plugin for Craft
Other
121 stars 21 forks source link

Feature / Refactoring: Radio Buttons #164

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi Guys

Great plugin! Would be nice if the structure of the radiobuttons / radiofields would be similar to checkboxes. That way you can style your radiobuttons and checkboxes :).

Like this:

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label 

Thanks and keep up the good work!