> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unbound.rip/llms.txt
> Use this file to discover all available pages before exploring further.

# Debugging

export const Checkbox = ({checked}) => <input type="checkbox" checked={checked} disabled />;

<Checkbox />
