UEI logo

UEI Manufacturing System

Operations Workspace

Checkbox Reference

Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.

Hierarchy

Comece por `atoms` e avance para níveis maiores só quando a capacidade realmente precisar de composição.

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

This application is a prototype and is being developed by Antonio Araujo and Seron S.