UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

15 lines (14 loc) 303 B
interface CheckboxProps { /** web only */ prefixCls?: string; /** web only */ className?: string; /** web only */ name?: string; style?: {}; defaultChecked?: boolean; checked?: boolean; disabled?: boolean; onChange?: Function; } export default CheckboxProps;