You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@fluentui/react-checkbox

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-checkbox

Fluent UI checkbox component

9.3.4
latest
Version published
Weekly downloads
144K
-1.32%
Maintainers
12
Weekly downloads
 
Created

@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:

  • yarn start
  • 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

Package last updated on 01 Apr 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