import { defineManifest } from '../../../../scripts/build-docs/manifest-schema'; import { PixelCheckbox } from './PixelCheckbox'; import { Default, Checked, Tones, Surfaces, Disabled, Required, WithFormName, Group, } from './PixelCheckbox.examples'; export default defineManifest({ name: 'PixelCheckbox', category: 'forms', since: '1.0.0', status: 'stable', description: 'Controlled boolean checkbox with a chunky pixel check mark, tone-aware fill, and optional form serialization.', highlights: [ 'Fully controlled via checked + onChange(next: boolean)', 'Seven tones via the shared toneMap palette', 'Pixel and linear surface variants share the same API', 'Hidden mirror input lets it participate in native