Skip to main content

Checkbox

@arolariu/components


@arolariu/components / Checkbox

Checkbox

Renders a selectable checkbox control with checked and indeterminate support.

Remarks

  • Renders a <button> element by default
  • Built on Base UI Checkbox
  • Supports the render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<Checkbox checked />

See

Base UI Documentation

Type Aliases

// was this page useful?