business logic, customer communication.
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
type?: string;
|
||||
label?: string;
|
||||
checked?: boolean;
|
||||
isImage?: boolean;
|
||||
imageHeight?: Number;
|
||||
checkedNode?: HTMLElement;
|
||||
uncheckedNode?: HTMLElement;
|
||||
@ -22,6 +21,14 @@
|
||||
onchange?: (this: HTMLInputElement, ev: Event) => any;
|
||||
}</pre>
|
||||
</p>
|
||||
<h4>className?: string</h4>
|
||||
<p>
|
||||
复选框的自定义 className
|
||||
</p>
|
||||
<h4>enabled?: boolean</h4>
|
||||
<p>
|
||||
复选框默认是否可用
|
||||
</p>
|
||||
<h4>type?: string</h4>
|
||||
<p>
|
||||
复选框图标的样式,可选值目前有 <code>fa-regular</code>、<code>fa-light</code>、<code>fa-solid</code>
|
||||
@ -34,10 +41,6 @@
|
||||
<p>
|
||||
初始是否选中
|
||||
</p>
|
||||
<h4>isImage?: boolean</h4>
|
||||
<p>
|
||||
是否为图片复选框
|
||||
</p>
|
||||
<h4>imageHeight?: Number</h4>
|
||||
<p>
|
||||
为图片复选框时的图片限制高度
|
||||
|
Reference in New Issue
Block a user