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.

Sponsorships help your community know how to financially support this repository.
Issues integrate lightweight task tracking into your repository. Keep projects on track with issue labels and milestones, and reference them in commit messages.
Include this code in the GitHub Archive Program.

no event

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.

© 2024 YeSvelte. All Rights Reserved