- Preparing search index...
- The search index is not available
@fold-dev/core
Type alias CheckboxAltProps
CheckboxAltProps: { checked: boolean; color?: string; icon?: string; iconProps?: IconProps; onChange: any; size?: Size; } & CoreViewProps
Type declaration
-
checked: boolean
-
Optional
color?: string
-
Optional
icon?: string
-
Optional
iconProps?: IconProps
-
onChange: any
-
Optional
size?: Size