Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sabarasaba/jquery-slidecheck

The jQuery SlideCheck Plugin provides an improved and better looking checkbox that allows drag n drop and its mobile ready.
https://github.com/sabarasaba/jquery-slidecheck

Last synced: 6 days ago
JSON representation

The jQuery SlideCheck Plugin provides an improved and better looking checkbox that allows drag n drop and its mobile ready.

Awesome Lists containing this project

README

        

[jQuery SlideCheck Plugin](https://github.com/sabarasaba/jquery-slidecheck)
================================

The jQuery SlideCheck Plugin provides an improved and better looking checkbox that allows drag n drop and its mobile ready.

![Screenshot](http://cl.ly/image/2i2r0q2E2x00/Screen%20Shot%202013-03-10%20at%202.57.46%20PM.png)

## Getting Started

Include jQuery and the plugin on a page. Then select a checkbox to transform and call the `slidecheck` method.

```html


$(document).ready(function(){
$('.slideCheckbox').slidecheck();
});

```

## Contributing
Follow the [jQuery style guide](http://contribute.jquery.com/style-guides/js), even if existing code doesn't. Lint and test your code.

## License
Copyright (c) 2013 Ignacio A. Rivas

Licensed under the MIT license.