Trails Packages
Preparing search index...
@open-pioneer/chakra-snippets
checkbox-card
CheckboxCardProps
Interface CheckboxCardProps
interface
CheckboxCardProps
{
addon
?:
ReactNode
;
description
?:
ReactNode
;
icon
?:
ReactElement
<
unknown
,
string
|
JSXElementConstructor
<
any
>
>
;
indicator
?:
ReactNode
;
indicatorPlacement
?:
"start"
|
"end"
|
"inside"
;
inputProps
?:
InputHTMLAttributes
<
HTMLInputElement
>
;
label
?:
ReactNode
;
}
Hierarchy
CheckboxCardRootProps
CheckboxCardProps
Index
Properties
addon?
description?
icon?
indicator?
indicator
Placement?
input
Props?
label?
Properties
Optional
addon
addon
?:
ReactNode
Optional
description
description
?:
ReactNode
Optional
icon
icon
?:
ReactElement
<
unknown
,
string
|
JSXElementConstructor
<
any
>
>
Optional
indicator
indicator
?:
ReactNode
Optional
indicator
Placement
indicatorPlacement
?:
"start"
|
"end"
|
"inside"
Optional
input
Props
inputProps
?:
InputHTMLAttributes
<
HTMLInputElement
>
Optional
label
label
?:
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
addon
description
icon
indicator
indicator
Placement
input
Props
label
Trails Packages
Loading...