一、Checkbox的概念
1、有两种状态
选中状态(true),未选中状态(false)
2、属性
android:id="@+id/checkbox"
android:layout_width="wrap_content"
android:layout_height="warp_content"
android:text="男"
二、使用CheckBox