Search Docs
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#

Property Type Inherited from
icon? CustomIcon -
truncateLabel? boolean -
inputLabel? string string[]
inputLabelPosition? "left" "right"
value boolean InputOptions.value
setValue (value) => void InputOptions.setValue
isDisabled? boolean InputOptions.isDisabled
suffix? Suffix InputOptions.suffix