API
Component

CheckboxPC ($UI/system/components/justep/button/checkboxPC)

使用范围:UI2

Contents

component CheckboxPC ($UI/system/components/justep/button/checkboxPC) extends RadioPC

CheckboxPC

Constructor Top

  CheckboxPC ()
  CheckboxPC ( options)

Properties Top

string name

组件name,等价于html中的name属性,相同name的Checkbox为一组

Attributes Top

string class

组件class

string name

组件name,等价于html中的name属性,相同name的Checkbox为一组

Constructor details Top

public CheckboxPC ()

CheckboxPC

public CheckboxPC ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Properties Detail Top

public string name

组件name,等价于html中的name属性,相同name的Checkbox为一组

Attributes Detail Top

public string class

组件class

	
		基础样式: checkbox(必须),
		排列样式: checkbox-inline
	

public string name

组件name,等价于html中的name属性,相同name的Checkbox为一组