Checkbox List Item @astryx-svelte/core v0.3.0 · CheckboxList
Usage
Individual checkbox item with label, description, and end content slot. Works in collection mode (inside CheckboxList) or standalone mode (inside List).tsimport { CheckboxList } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.CheckboxListItem — Basic
Checkbox items with labels and descriptions inside a controlled CheckboxList. Use for multi-select option groups like notification preferences.