VOOZH about

URL: https://www.geeksforgeeks.org/css/spectre-forms-form-radio/

⇱ Spectre Forms Form Radio - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Spectre Forms Form Radio

Last Updated : 23 Jul, 2025

The Spectre Forms provide the most common control component used in regular forms. In this article, we will discuss the form radio. The form radio is an important component that is required to get the boolean option from the user as usual.

Forms Form Radio Class:

  • form-radio: This class gives the radio button a spectre look that suits the spectre theme.
  • form-icon: This class is used to place the radio button options.
Syntax:
<label class="form-radio"><label>

Below example illustrate the Spectre Forms Form Radio:

 

Example:

Output:

👁 Spectre Forms Form Radio

Reference: https://picturepan2.github.io/spectre/elements/forms.html#forms-radio

Comment