Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

toggle-checkbox-radio

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toggle-checkbox-radio

CSS only, bootstrap compatible toggle, checkbox and radio buttons

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
200
increased by32.45%
Maintainers
1
Weekly downloads
 
Created
Source

toggle-checkbox-radio

CSS only, bootstrap compatible toggle, checkbox and radio buttons.

npm version License Build status devDependency status

Quick start

Several quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/alexdonh/toggle-checkbox-radio.git.
  • Install with npm: npm install toggle-checkbox-radio.

Usage

  1. Include toggle-checkbox-radio.css or toggle-checkbox-radio.min.css to your page:
<head>
...
<link href="path/to/toggle-checkbox-radio.css" rel="stylesheet" />
...
</head>
  1. Add toggle, checkbox or radio class:
<label>
	<input type="checkbox" class="toggle" /> This is a toggle
</label>

<label>
	<input type="checkbox" class="checkbox" /> And this is a checkbox
</label>

<label class="radio">
	<input type="radio" class="radio" /> I'm a radio button
</label>

Checkout the samples page for further information.

Dependencies

  • NO dependencies ;)

Support

All major browsers. Well... latest ones.

Author

Alex Do

Copyright © 2018 Alex Do.

Licensed under the MIT License.

Keywords

FAQs

Package last updated on 02 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc