business logic, customer communication.
This commit is contained in:
3
lib/ui/checkbox.d.ts
vendored
3
lib/ui/checkbox.d.ts
vendored
@ -1,8 +1,9 @@
|
||||
interface CheckboxOptions {
|
||||
className?: string;
|
||||
enabled?: boolean;
|
||||
type?: string;
|
||||
label?: string | HTMLElement;
|
||||
checked?: boolean;
|
||||
isImage?: boolean;
|
||||
imageHeight?: Number;
|
||||
checkedNode?: HTMLElement;
|
||||
uncheckedNode?: HTMLElement;
|
||||
|
Reference in New Issue
Block a user