MonoTouch.Dialog.CheckboxElement.CheckboxElement C# (CSharp) Method

CheckboxElement() public method

public CheckboxElement ( string caption ) : System
caption string
return System
		public CheckboxElement (string caption) : base (caption) {}
		public CheckboxElement (string caption, bool value) : base (caption)

Same methods

CheckboxElement::CheckboxElement ( string caption, bool value ) : System
CheckboxElement::CheckboxElement ( string caption, bool value, string group ) : System