# 4.8 多选框(Check box)

多选框组件

# 基础用法

vue <template> <dof-checkbox></dof-checkbox> </template>

# Attributes

Prop Type Required Default Description
needDarkMode** Boolean N false -
hasTopBorder** Boolean N false -
hasSubTopBorder** Boolean N false -
hasBottomBorder** Boolean N false -
hasSubBottomBorder** Boolean N false -
tag** String N '' -
disabled** Boolean N false -
checked** Boolean N false -
desc** String N '' -
itemImg** String N '' -
hasArrow** Boolean N false -