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.

RadioGroup

Groups multiple radio buttons so only one can be selected at a time.

Import

import * as RadioGroup from '@base-ui/react/radio-group';

RadioGroup.Root

Groups all radio buttons.

Props

State

  • value: any - The value of the selected radio
  • disabled: boolean - Whether all radios should be disabled
  • readOnly: boolean - Whether all radios should be read-only
  • required: boolean - Whether a selection is required

Build docs developers (and LLMs) love