Skip to content

FormControlLabel API

API reference docs for the React FormControlLabel component. Learn about the props, CSS, and other APIs of this exported module.

Demos

For examples and details on the usage of this React component, visit the component demo pages:

Import

import FormControlLabel from '@mui/material/FormControlLabel';
// or
import { FormControlLabel } from '@mui/material';
Learn about the difference by reading this guide on minimizing bundle size.

Drop-in replacement of the Radio, Switch and Checkbox component. Use this component if you want to display an extra label.

Props

Props of the native component are also available.

controlRequired

checked

classes

componentsProps

disabled

disableTypography

inputRef

label

labelPlacement

onChange

required

slotProps

sx

value

The ref is forwarded to the root element.

Theme default props

You can use MuiFormControlLabel to change the default props of this component with the theme.


CSS

The following class names are useful for styling with CSS (the state classes are marked).
To learn more, visit the component customization page.

.MuiFormControlLabel-root

.MuiFormControlLabel-labelPlacementStart

.MuiFormControlLabel-labelPlacementTop

.MuiFormControlLabel-labelPlacementBottom

.Mui-disabledSTATE

.MuiFormControlLabel-label

.Mui-errorSTATE

.Mui-requiredSTATE

.MuiFormControlLabel-asterisk


You can override the style of the component using one of these customization options: