Represents options for a checkbox.
The CheckboxOptions
interface provides a set of properties that control the
behavior and appearance of a checkbox. These options include settings for the
input label, input label position, value, value setter, disabled state, icon,
and suffix.
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" |