UI编写原生UI控件CheckBox复选框本页总览CheckBox复选框说明 复选框 使用示例 <CheckBox android:layout_height="wrap_parent" android:layout_width="match_parent" android:tag="btn" android:text="按钮" android:textColor="#669999" android:textSize="14dp" android:gravity="center" android:checked="true" /> 属性说明 公有属性 请参考 公有属性 私有属性 属性名说明