Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cityssm/simple-fa5-checkbox
- Owner: cityssm
- License: mit
- Created: 2020-07-15T13:21:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T22:29:15.000Z (6 months ago)
- Last Synced: 2024-10-01T01:42:19.198Z (about 1 month ago)
- Topics: bulma, checkboxes, font-awesome-5, radio-buttons
- Language: HTML
- Homepage: https://cityssm.github.io/simple-fa5-checkbox/
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.