Skip to content

Radio

This section showcases different types of radio elements that can be used in HTML forms. Each example provides the HTML code and styling utilizing the sf-radio class.





<label class="sf-radio">
  <input type="radio" name="radio" value="radio" /> <span>radio</span>
</label>
html

Conclusion

Using these examples, you can create forms with radio elements. All elements are styled using the sf-radio class for a consistent look and feel.