Ctrl + k
Theme:

Checkbox

Checkbox component is a wrapper for input element with type checkbox. You can use the label property to display in front of the checkbox. Also, you can use the default slot to display a custom label.
Checkbox can have description, to display the description below the checkbox. description can have custom color. Also, you can use the slot name="description" to display a custom description.
Checkbox can be inline, to display the checkbox in the same line with the sibling element. Use the inline boolean property.
Put checkboxes on the opposite side with the reverse boolean property.
© 2025 YeSvelte. All Rights Reserved