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