مربع الاختيار · البنية
البنية الافتراضية، المؤشر، فتحة الخطأ، والحالة غير المحددة.
الحد الأدنى
<.checkbox class="checkbox">
<:label>Option</:label>
</.checkbox>
التسمية والمؤشر
<.checkbox class="checkbox">
<:label>Accept the terms</:label>
<:indicator>
<.heroicon name="hero-check" />
</:indicator>
</.checkbox>
غير صالح
Required
<.checkbox
class="checkbox checkbox--accent"
invalid
checked
errors={["Required"]}
>
<:label>Subscribe</:label>
<:indicator>
<.heroicon name="hero-check" />
</:indicator>
<:error :let={msg}>
<.heroicon name="hero-exclamation-circle" class="icon" />
{msg}
</:error>
</.checkbox>
غير محدد
<.checkbox class="checkbox" checked={:indeterminate}>
<:label>Select some rows</:label>
<:indicator>
<.heroicon name="hero-check" />
</:indicator>
<:indeterminate>
<.heroicon name="hero-minus" />
</:indeterminate>
</.checkbox>