FormControlLabel
FormControlLabel is a wrapper component that pairs a label with a control such as a checkbox or a radio button. It enhances accessibility by allowing users to click the label to toggle the control.
Usage
The FormControlLabel component is commonly used to attach readable text labels to controls like checkboxes, radio buttons, or switches. It helps ensure the control is understandable, accessible, and easy to interact with.
Examples
Accessibility
Labels are automatically associated with their controls, making it easier for assistive technologies to provide context. Clicking on the label will also toggle the control.
Learn More
Visit the Guidance tab for best practices and the Code tab for implementation details.