ArcaneCheckbox
Use checkboxes for independent boolean choices with optional label and description copy.
Live Demo
Component: checkbox
Preview + Code
Enable notifications
Code
bool notificationsEnabled = true;

ArcaneCheckbox(
  checked: notificationsEnabled,
  label: 'Enable notifications',
  onChanged: setNotificationsEnabled,
)

ArcaneCheckbox#

Use checkboxes for independent boolean choices with optional label and description copy.

The live preview and code sample above use the neutral package:arcane_jaspr/arcane_jaspr.dart API. The selected stylesheet owns spacing, density, radius, color, and interaction styling, so the same app code can render differently under Shadcn or Neon.

Source: lib/component/input/checkbox.dart

See the Component Catalog for the full exported surface and source mapping.