Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Oct 16, 2012
1 parent d37e0f9 commit 0c9bf34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,21 +1,21 @@
# iPhone Style Checkboxes
# iOS Checkboxes

Turn your checkboxes into iPhone-style binary switches.

Homepage:: http://awardwinningfjords.com/iphone-style-checkboxes
Homepage:: http://ios-checkboxes.awardwinningfjords.com/

## Use

### Pure JS:

```javascript
iPhoneStyle(document.getElementById('checkbox'))
iOSStyle(document.getElementById('checkbox'))
```

### jQuery:

```javascript
$('#checkbox').iPhoneStyle();
$('#checkbox').iOSStyle();
```

## Licensing
Expand Down

0 comments on commit 0c9bf34

Please sign in to comment.