Socket
Socket
Sign inDemoInstall

@igloo-ui/checkbox

Package Overview
Dependencies
7
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @igloo-ui/checkbox

Checkboxes are most commonly used to give users a way to make a range of selections (zero, one, or multiple). They may also be used as a way to have users indicate they agree to specific terms and services.


Version published
Weekly downloads
245
decreased by-41.39%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Checkbox

Checkboxes are most commonly used to give users a way to make a range of selections (zero, one, or multiple). They may also be used as a way to have users indicate they agree to specific terms and services.

Installation

To install @igloo-ui/checkbox in your project, you will need to run the following command using npm:

npm install @igloo-ui/checkbox

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/checkbox

Usage

Then to use the component in your code just import it!

import Checkbox from '@igloo-ui/checkbox';

<Checkbox htmlFor="checkbox-id">Label</Checkbox>;

FAQs

Last updated on 15 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc