# Checkbox 复选框

<template>
    <div>
        <MantCheckbox>苹果</MantCheckbox>
        <MantCheckbox>香蕉</MantCheckbox>
        <MantCheckbox>草莓</MantCheckbox>
    </div>
</template>
Expand Copy