Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cityssm/simple-fa5-checkbox

Simple Font Awesome 5 Checkboxes
https://github.com/cityssm/simple-fa5-checkbox

bulma checkboxes font-awesome-5 radio-buttons

Last synced: about 1 month ago
JSON representation

Simple Font Awesome 5 Checkboxes

Awesome Lists containing this project

README

        

# Simple Font Awesome 5 Checkboxes

If you are already using Font Awesome 5 in your project,
it's should be simple to use the icons for your checkboxes and radio buttons.

Download the `facheck.min.css` stylesheet,
or the `facheck-bulma.min.css` stylesheet if you're using the
[Bulma framework](https://bulma.io/),
or grab the stylesheets from
[npm](https://www.npmjs.com/package/@cityssm/simple-fa5-checkbox).

```bash
npm install @cityssm/simple-fa5-checkbox
```

## Usage

```html



Checkbox in regular style



Checkbox in solid style



Checkbox in solid style when checked



Checkbox in regular style when checked


```

[See more examples](https://cityssm.github.io/simple-fa5-checkbox/)
including radio buttons, inline radio buttons, and Bulma styles.