Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@instructure/ui-checkbox

Package Overview
Dependencies
Maintainers
51
Versions
1613
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-checkbox

styled HTML input type='checkbox' component.

Source
npmnpm
Version
11.7.1
Version published
Weekly downloads
16K
4.24%
Maintainers
51
Weekly downloads
 
Created
Source

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 Mar 2026

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