复选操作

<view class="cu-form-group margin-top">
<view class="title">复选选操作(checkbox)</view>
<checkbox></checkbox>
</view>
定义形状

<view class="cu-form-group">
<view class="title">定义形状</view>
<checkbox class="round" checked></checkbox>
</view>
定义颜色

<view class="cu-form-group">
<view class="title">定义颜色</view>
<checkbox class="round blue" checked></checkbox>
</view>