Extends#
InputOptions
<boolean
,"left"
|"right"
>
Properties#
Property | Type | Inherited from |
---|---|---|
icon? | CustomIcon | - |
inputLabel? | string | string [] |
inputLabelPosition? | "left" | "right" |
value | boolean | InputOptions .value |
setValue | (value ) => void | InputOptions .setValue |
isDisabled? | boolean | InputOptions .isDisabled |
suffix? | Partial <Omit <ButtonOptions , "label" | "inputLabel" |