更新记录
1.0.0.1(2026-01-05)
下载此版本
master
1.0.0(2026-01-05)
下载此版本
master
平台兼容性
uni-app(4.45)
| Vue2 |
Vue3 |
Chrome |
Safari |
app-vue |
app-nvue |
Android |
iOS |
鸿蒙 |
| √ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
| 微信小程序 |
支付宝小程序 |
抖音小程序 |
百度小程序 |
快手小程序 |
京东小程序 |
鸿蒙元服务 |
QQ小程序 |
飞书小程序 |
快应用-华为 |
快应用-联盟 |
| √ |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
其他
安装
在市场导入xf-cascaderuni_modules版本的即可,无需import
组件关联说明
基本用法
<template>
<view class="xf-flex-center xf-col">
<xf-half-checkbox checkedStatus="unChecked">
</xf-half-checkbox>
<xf-half-checkbox checkedStatus="half">
</xf-half-checkbox>
<xf-half-checkbox checkedStatus="checked">
</xf-half-checkbox>
</view>
</template>
API
Props
| 属性名 |
说明 |
类型 |
默认值 |
| customStyle |
自定义style |
string |
- |
| checkedStatus |
选择状态值 unChecked|checked|half |
string |
unChecked |
事件 Emits