```md import { Canvas, Meta, Story } from '@storybook/addon-docs'; import { Checkbox } from './checkbox.component'; # Checkbox With `MDX`, we can define a story for `Checkbox` right in the middle of our Markdown documentation. ({ props: args, })} /> ({ props: args, })} /> ({ props: args, })} /> ```