VOOZH about

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

⇱ Spectre Forms Form Checkbox - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Spectre Forms Form Checkbox

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 checkbox. The form checkbox is an important component that is required to get the options from the user as usual it is like a radio button but can get multiple values at a time.

Forms Form Checkbox Class:

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

Below example illustrate the Spectre Forms Form Checkbox:

 

Example:

Output:

👁 Spectre Forms Form Checkbox

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

Comment