Tailwind Checkbox

Responsive checkboxs built with Tailwind. A select component used in forms & surveys. It enables choosing one or several options in a list.

Installation

Quick Start

In order to start using Tailwind simply download our star…


This content originally appeared on DEV Community and was authored by MD Bootstrap

Responsive checkboxs built with Tailwind. A select component used in forms & surveys. It enables choosing one or several options in a list.

Installation

Quick Start

In order to start using Tailwind simply download our starter.

DOWNLOAD ZIP STARTER

Tailwind Elements does not change or add any CSS to the already one from TailwindCSS.

You can directly copy our components into your Tailwind design and they will work straight away.

In some dynamic components (like dropdowns or modals) we add Font Awesome icons and custom JavaScript. However, they do not require any additional installation, all the necessary code is always included in the example and copied to any Tailwind project - it will work.

MDB GO

Customization

Basic example
HTML
<!-- Required form plugin -->
<link href="https://cdn.jsdelivr.net/npm/@tailwindcss/custom-forms@0.2.1/dist/custom-forms.css" rel="stylesheet">

<div class="block">
  <span class="text-gray-700">Checkboxes</span>
  <div class="mt-2">
    <div>
      <label class="inline-flex items-center">
        <input type="checkbox" class="form-checkbox" checked>
        <span class="ml-2">Option 1</span>
      </label>
    </div>
    <div>
      <label class="inline-flex items-center">
        <input type="checkbox" class="form-checkbox">
        <span class="ml-2">Option 2</span>
      </label>
    </div>
    <div>
      <label class="inline-flex items-center">
        <input type="checkbox" class="form-checkbox">
        <span class="ml-2">Option 3</span>
      </label>
    </div>
  </div>
</div>

You can see more customization examples on the ? Checkbox documentation page

Crucial Resources

Here are the resources that we have prepared to help you work with this component:

  1. Read ? Checkbox documentation page <-- start here
  2. In to get the most out of your project, you should also get acquainted with other Forms options related to Checkbox. See the section below to find the list of them.
  3. After finishing the project you can publish it with CLI in order to receive ? Free hosting (beta)

Related Forms options & features

Additional resources

Learn web development with our learning roadmap:
? Start Learning

Join our mailing list & receive exclusive resources for developers
? Get gifts

Join our private FB group for inspiration & community experience
?‍?‍?‍? Ask to join

Support creation of open-source packages with a STAR on GitHub
GitHub stars


This content originally appeared on DEV Community and was authored by MD Bootstrap


Print Share Comment Cite Upload Translate Updates
APA

MD Bootstrap | Sciencx (2021-09-03T05:45:58+00:00) Tailwind Checkbox. Retrieved from https://www.scien.cx/2021/09/03/tailwind-checkbox/

MLA
" » Tailwind Checkbox." MD Bootstrap | Sciencx - Friday September 3, 2021, https://www.scien.cx/2021/09/03/tailwind-checkbox/
HARVARD
MD Bootstrap | Sciencx Friday September 3, 2021 » Tailwind Checkbox., viewed ,<https://www.scien.cx/2021/09/03/tailwind-checkbox/>
VANCOUVER
MD Bootstrap | Sciencx - » Tailwind Checkbox. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/03/tailwind-checkbox/
CHICAGO
" » Tailwind Checkbox." MD Bootstrap | Sciencx - Accessed . https://www.scien.cx/2021/09/03/tailwind-checkbox/
IEEE
" » Tailwind Checkbox." MD Bootstrap | Sciencx [Online]. Available: https://www.scien.cx/2021/09/03/tailwind-checkbox/. [Accessed: ]
rf:citation
» Tailwind Checkbox | MD Bootstrap | Sciencx | https://www.scien.cx/2021/09/03/tailwind-checkbox/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.