1. Components
  2. checkbox

Checkbox

Standard checkbox input for toggling multiple independent options.

Demo

<div class="flex flex-col gap-3">
    <x-ui.checkbox id="def_check_checked" label="Default checkbox (Checked)" checked/>
    <x-ui.checkbox id="def_check" label="Example 2"/>
</div>

Installation

Shell
flexi-cli add checkbox