UNPKG

element-ui-for-gov

Version:

element-ui for gov

23 lines (16 loc) 638 B
import { ElementUIComponentForGov, ElementUIComponentForGovSize } from './component' /** Checkbox Group Component */ export declare class ElCheckboxGroup extends ElementUIComponentForGov { /** Size of checkbox buttons or bordered checkboxes */ size: ElementUIComponentForGovSize /** 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 }