环境:hbuliderx 2.3.7
运行环境:firefox 70.0.1
这是我的vue页面
<template>
<view>
<checkbox-group>
<label>
<checkbox value="cb" checked="true" color="#FFCC33" style="transform:scale(0.7)" />选中
</label>
<label>
<checkbox value="cb" color="#FFCC33" style="transform:scale(0.7)" />未选中
</label>
</checkbox-group>
</view>
</view>
</template>
<script>
</script>
<style>
</style>
运行之后
点击复选框无反应