MUI Docs Infra

Warning

This is an internal project, and is not intended for public use. No support or stability guarantees are provided.

A simple component that displays a title and optional children.

PropTypeDescription
title
string

The title to display

disabled
boolean | undefined

Whether the component is disabled

children
React.ReactNode | undefined

Child elements

import { createTypes } from './createTypes';
import { Component } from './Component';

export const TypesCheckbox = createTypes(import.meta.url, Component);