Newer
Older
smartKitchenMiniProgram / miniprogram_npm / @vant / weapp / checkbox-group / index.wxml
dutingting on 22 Nov 2022 161 bytes 1.0.1
<wxs src="../wxs/utils.wxs" module="utils" />

<view class="{{ utils.bem('checkbox-group', [{ horizontal: direction === 'horizontal' }]) }}">
  <slot />
</view>