/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/checkbox-button.d.ts
22 строки
574 B
Leopoldthecoder
update typings
18 окт 2017, 13:38
18 окт 2017, 13:38
1e95e51
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' /** Checkbox Button Component */ export declare class ElCheckboxButton extends ElementUIComponent { /** Value of the checkbox when used inside a checkbox-group */ label: string | number | boolean /** Value of the checkbox if it's checked */ trueLabel: string | number /** Value of the checkbox if it's not checked */ falseLabel: string | number /** Native 'name' attribute */ name: string /** If the checkbox is disabled */ disabled: boolean /** If the checkbox is checked */ checked: boolean }