We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yun8711/element-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
el-checkbox-group.d.ts•592 B
import { ElementUIComponent, ElementUIComponentSize } from './component'
/** Checkbox Group Component */
export declare class ElCheckboxGroup extends ElementUIComponent {
/** Size of checkbox buttons or bordered checkboxes */
size: ElementUIComponentSize
/** Whether the nesting checkboxes are disabled */
disabled: boolean
/** Minimum number of checkbox checked */
min: number
/** Maximum number of checkbox checked */
max: number
/** Font color when button is active */
textColor: string
/** Border and background color when button is active */
fill: string
}