Search
Loading...
Skip to content

Interface: CheckboxOptions

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#

Properties#

PropertyTypeInherited from
icon?CustomIcon-
inputLabel?stringstring[]
inputLabelPosition?"left""right"
valuebooleanInputOptions.value
setValue(value) => voidInputOptions.setValue
isDisabled?booleanInputOptions.isDisabled
suffix?Partial<Omit<ButtonOptions, "label""inputLabel"