{ "componentDescription": "", "propDescriptions": { "checked": { "description": "If true, the component is checked." }, "checkedIcon": { "description": "The icon to display when the component is checked." }, "classes": { "description": "Override or extend the styles applied to the component." }, "color": { "description": "The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide." }, "disabled": { "description": "If true, the component is disabled." }, "disableRipple": { "description": "If true, the ripple effect is disabled." }, "icon": { "description": "The icon to display when the component is unchecked." }, "id": { "description": "The id of the input element." }, "inputProps": { "description": "Attributes applied to the input element." }, "inputRef": { "description": "Pass a ref to the input element." }, "name": { "description": "Name attribute of the input element." }, "onChange": { "description": "Callback fired when the state is changed.", "typeDescriptions": { "event": { "name": "event", "description": "The event source of the callback. You can pull out the new value by accessing event.target.value (string). You can pull out the new checked state by accessing event.target.checked (boolean)." } } }, "required": { "description": "If true, the input element is required." }, "size": { "description": "The size of the component. small is equivalent to the dense radio styling." }, "slotProps": { "description": "The props used for each slot inside." }, "slots": { "description": "The components used for each slot inside." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "value": { "description": "The value of the component. The DOM API casts this to a string." } }, "classDescriptions": { "checked": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "checked={true}" }, "colorPrimary": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "color=\"primary\"" }, "colorSecondary": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "color=\"secondary\"" }, "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "disabled={true}" }, "sizeSmall": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "size=\"small\"" } }, "slotDescriptions": { "input": "The component that renders the input slot.", "root": "The component that renders the root slot." } }