Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.16 KB

checkbox.zh.md

File metadata and controls

17 lines (13 loc) · 1.16 KB

多选框

引入

import { Checkbox } from '@antv/gui';

配置项

属性名 类型 描述 默认值
checked boolean 是否选中 false
spacing number label 与 chebox 的方块的间距 2
box{Style} StyleProps 方块样式,见 DisplayObjectStyleProps -
checked{Style} StyleProps 方块选中时的样式,见 DisplayObjectStyleProps -
label{Style} TextStyle label 样式,见 TextStyleProps -