🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@instructure/ui-checkbox

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-checkbox

styled HTML input type='checkbox' component.

10.17.0
latest
Version published
Weekly downloads
9.8K
-17.46%
Maintainers
41
Weekly downloads
 
Created

category: packages

ui-checkbox

npm MIT License Code of Conduct

A styled HTML input type="checkbox" component.

Components

The ui-checkbox package contains the following:

Installation

npm install @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" />
}

FAQs

Package last updated on 20 May 2025

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