Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazychicken/checkbox-radio
Custom style checkbox & radio for web
https://github.com/crazychicken/checkbox-radio
checkbox checkbox-radio crazychicken css css3 html html5 javascript radio tuds
Last synced: 7 days ago
JSON representation
Custom style checkbox & radio for web
- Host: GitHub
- URL: https://github.com/crazychicken/checkbox-radio
- Owner: crazychicken
- License: mit
- Created: 2016-07-10T16:50:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T11:00:40.000Z (about 7 years ago)
- Last Synced: 2024-10-04T22:05:35.774Z (about 1 month ago)
- Topics: checkbox, checkbox-radio, crazychicken, css, css3, html, html5, javascript, radio, tuds
- Language: HTML
- Homepage: http://tuds.ninja/checkbox-radio/
- Size: 702 KB
- Stars: 41
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Checkbox&radio
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]
![enter image description here](http://tuds.ninja/checkbox-radio/dist/images/about-checkbox-radio.png)
## Quick start
* Clone the repo: `git clone [email protected]:crazychicken/checkbox-radio.git`
* Install with npm: `npm install --save-dev crazychicken/checkbox-radio`
* Install with npm: `npm install --save-dev checkbox-radio`
* Or download the [latest release](https://github.com/crazychicken/checkbox-radio/archive/master.zip)## Demo
http://tuds.ninja/checkbox-radio/dist/## How to use
* First, include CSS files into your HTML head:
```html```
* Set HTML Checkbox
```html
Default
Checked```
* Set HTML Radio
```html
Default
Checked```
## Tree
```
dist/
└── css/
| ├── checkbox_radio.css
| └── checkbox_radio_bootstrap.css
| └── checkbox_radio_font.css
| └── checkbox_radio_img_sprite.css
└── fonts/
└── images/
sass/
├── checkbox_radio.css
└── checkbox_radio_bootstrap.css
└── checkbox_radio_font.css
└── checkbox_radio_img_sprite.css
```## Options style
* checkbox_radio.css
* checkbox_radio_bootstrap.css
* checkbox_radio_font.css
* checkbox_radio_img_sprite.css## Template full feature list
* Semantically Correct / Valid HTML Code
* HTML5, CSS3
* Full project and seed project (build with: Gulp, Sass)
* Cross browser compatible ( Internet Explorer 8+, Firefox, Safari, Opera, Chrome etc. )
* W3C Valid source code, properly formatted and commented
* Animations CSS3## Creators
#### Tuds
* Website: http://tuds.ninja/
* Github: https://github.com/crazychicken/checkbox-radio
* Facebook: https://www.facebook.com/tudscss/
* Youtube: https://www.youtube.com/channel/UCDACe-7BFGDucQoxTDfPotw
* Twitter: https://twitter.com/mtu_truong[downloads-image]: https://img.shields.io/npm/dm/checkbox-radio.svg
[npm-url]: https://www.npmjs.com/package/checkbox-radio
[npm-image]: https://img.shields.io/npm/v/checkbox-radio.svg## Copyright and license
Code and documentation copyright 2016, MIT license.