📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@instructure/ui-checkbox

Package Overview
Dependencies
Maintainers
37
Versions
1315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-checkbox

A Checkbox and CheckboxGroup Component

6.16.1-rc.0
Source
npm
Version published
Weekly downloads
9.9K
2.74%
Maintainers
37
Weekly downloads
 
Created
Source

category: packages

ui-checkbox

npm build-status MIT License Code of Conduct

A Checkbox and CheckboxGroup Component

Installation

yarn add @instructure/ui-checkbox

Usage

import React from 'react'
import { Checkbox } from '@instructure/ui-checkbox'

const MyCheckbox = () => {
  return (
     <Checkbox label="Turn on Features for all Participants" value="on" />
  )
}

Components

The ui-checkbox package contains the following:

FAQs

Package last updated on 17 Dec 2019

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