Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdonh/toggle-checkbox-radio
CSS only, bootstrap compatible toggle, checkbox and radio buttons.
https://github.com/alexdonh/toggle-checkbox-radio
bootstrap checkbox css css-only radio toggle
Last synced: 11 days ago
JSON representation
CSS only, bootstrap compatible toggle, checkbox and radio buttons.
- Host: GitHub
- URL: https://github.com/alexdonh/toggle-checkbox-radio
- Owner: alexdonh
- License: mit
- Created: 2017-11-23T08:35:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T15:18:29.000Z (over 4 years ago)
- Last Synced: 2024-10-31T04:49:05.451Z (19 days ago)
- Topics: bootstrap, checkbox, css, css-only, radio, toggle
- Language: CSS
- Homepage:
- Size: 124 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [toggle-checkbox-radio](https://alexdonh.github.io/toggle-checkbox-radio/)
CSS only, bootstrap compatible toggle, checkbox and radio buttons.
[![npm version](https://img.shields.io/npm/v/toggle-checkbox-radio.svg)](https://www.npmjs.com/package/toggle-checkbox-radio)
[![License](https://img.shields.io/npm/l/toggle-checkbox-radio.svg)][license]
[![Build status](https://travis-ci.org/alexdonh/toggle-checkbox-radio.svg)](https://travis-ci.org/alexdonh/toggle-checkbox-radio)
[![devDependency status](https://david-dm.org/alexdonh/toggle-checkbox-radio/dev-status.svg)](https://david-dm.org/alexdonh/toggle-checkbox-radio?type=dev)## Quick start
Several quick start options are available:
* [Download the latest release](https://github.com/alexdonh/toggle-checkbox-radio/releases/download/2.0.2/toggle-checkbox-radio-2.0.2.zip "Download toggle-checkbox-radio").
* Clone the repo: `git clone https://github.com/alexdonh/toggle-checkbox-radio.git`.
* Install with [npm](https://www.npmjs.com): `npm install toggle-checkbox-radio`.## Usage
1. Include `toggle-checkbox-radio.css` or `toggle-checkbox-radio.min.css` to your page:
```
...
...
```
2. Add `toggle`, `checkbox` or `radio` class:
```
This is a toggle
And this is a checkbox
I'm a radio button
```
Checkout the [samples](https://alexdonh.github.io/toggle-checkbox-radio/) page for further information.
## Dependencies
* NO dependencies ;)
## Support
All major browsers. Well... latest ones.
## Author
[Alex Do](https://github.com/alexdonh)
## Copyright and license
Copyright © 2018 Alex Do.
Licensed under [the MIT License][license].
[license]: https://github.com/alexdonh/toggle-checkbox-radio/blob/master/LICENSE