cube-ui
Version:
A fantastic mobile ui lib implement by Vue
13 lines (11 loc) • 360 B
TypeScript
import { CubeUIComponent } from '../component'
import { IRadioOptionData } from './common'
export declare class CubeCheckbox extends CubeUIComponent {
option?: IRadioOptionData | string | boolean
position?: 'left' | 'right'
shape?: 'circle' | 'square'
hollowStyle?: boolean
label?: string | boolean
value?: string | boolean
disabled?: boolean
}