?
This document uses PHP Chinese website manual Release
CheckBox
農(nóng)民伯伯
版本:Android 2.2 r1
?
public class CheckBox extends CompoundButton
?
java.lang.Object
android.view.View
? ???? android.widget.TextView
? ???? ?????? android.widget.Button
? ???? ?????? ?????? android.widget.CompoundButton
? ???? ?????? ?????? ?????? android.widget.CheckBox
?
概述
????????
???????? 復(fù)選框是一種有雙狀態(tài)按鈕的特殊類型,可以選中或者不選中。如下是一個在activity中使用復(fù)選框的例子: