Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt

Use this file to discover all available pages before exploring further.

CheckboxGroup

Groups multiple checkboxes with shared state management.

Import

import { CheckboxGroup } from '@base-ui/react/checkbox-group';

Props

State

  • value: any[] - The values of the selected checkboxes
  • disabled: boolean - Whether all checkboxes should be disabled

Build docs developers (and LLMs) love