checkbox
v1.0.0<input type="checkbox"> nativo envuelto como custom element del design system — props checked/indeterminate se reenvían al DOM, dsChange emite el nuevo estado booleano. Mantiene el render nativo del checkbox para preservar el comportamiento de AT y del modo forced-colors.
Instalar
Preview
Uso
react
django-template
Detalles del spec
Entrada cruda del registry
{
"name": "checkbox",
"type": "ui-component",
"metadata": {
"level": 1,
"description": "Native <input type=\"checkbox\"> wrapped as a design-system custom element — checked/indeterminate props forward to the DOM, dsChange emits the new boolean state. Keeps the browser's default checkbox rendering to preserve AT and forced-color-mode behavior.",
"author": "neo",
"version": "1.0.0",
"created_at": "2026-08-26",
"dependencies": [],
"translations": {
"es": {
"description": "<input type=\"checkbox\"> nativo envuelto como custom element del design system — props checked/indeterminate se reenvían al DOM, dsChange emite el nuevo estado booleano. Mantiene el render nativo del checkbox para preservar el comportamiento de AT y del modo forced-colors."
}
}
},
"spec": {
"tech": "stencil",
"tag": "ds-checkbox",
"tokens_used": []
}
}