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.

Toggle

A two-state button that can be on or off.

Import

import { Toggle } from '@base-ui/react/toggle';

Props

State

The toggle exposes the following state:
  • pressed: boolean - Whether the toggle is currently pressed
  • disabled: boolean - Whether the toggle should ignore user interaction

Build docs developers (and LLMs) love