Socket
Socket
Sign inDemoInstall

@fluentui/react-checkbox

Package Overview
Dependencies
33
Maintainers
12
Versions
840
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fluentui/react-checkbox

Fluent UI checkbox component


Version published
Weekly downloads
72K
decreased by-16.22%
Maintainers
12
Created
Weekly downloads
 

Readme

Source

@fluentui/react-checkbox

Checkbox component for Fluent UI React

Checkboxes give people a way to select one or more items from a group, or switch between two mutually exclusive options (checked or unchecked).

Usage

Import Checkbox:

import { Checkbox } from '@fluentui/react-components';
Examples
<Checkbox label="Default checkbox" />
<Checkbox disabled label="Disabled" />
<Checkbox shape="circular" label="Circular" />

See Fluent UI Storybook for more detailed usage examples.

Alternatively, run Storybook locally with:

  1. yarn start
  2. Select react-checkbox from the list.

Specification

See Spec.md.

Migration Guide

If you're upgrading to Fluent UI v9 see MIGRATION.md for guidance on updating to the latest Checkbox implementation.

FAQs

Last updated on 17 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