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

@bia.pt/checkbox

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bia.pt/checkbox

Checkbox React Component

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Checkbox bia.pt

A simple and reusable checkbox made with React.

Instalation

The package can be installed via NPM:

npm install @bia.pt/checkbox --save

Configuration

The most basic use of the Checkbox can be described with:

<Checkbox label="example checkbox" checked={bool} onChange={this.handleChange} />

Props

List of the props and types that can be used:

  • label: string - text of the checkbox;
  • checked: boolean - state of the checkbox (true/false);
  • onChange: function - what happens when user click on the checkbox;

Import

Simple import of the package:

import Checkbox from '@bia.pt/checkbox'

Dependencies

List of dependencies that you may have to install:

  • css-loader: ^0.28.11
  • prop-types: ^15.6.1
  • style-loader: ^0.21.0
  • webpack: ^2.7.0

Keywords

FAQs

Package last updated on 04 Jun 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