Checkbox Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
Checkbox
Boolean field with typed label and inline error support.
Use when: Use for independent yes/no options in forms and filters.
Import
import { Checkbox } from "@components/index";Example
<Checkbox id="notify" label="Enable alerts" checked={true} onChange={setValue} />Available Props
checkedboolean
Current controlled checked state.
disabledboolean
Prevents interaction and mutes visual state.
labelstring
Visible field label.
errorMessagestring
Optional inline validation message.
Live Preview
Controls
checked: true