Castle.MonoRail.Framework.Helpers.FormHelper.CheckboxList.Item C# (CSharp) Method

Item() public method

Outputs the Checkbox in the correct state (checked/unchecked) based on the Set. FormHelper.CreateCheckboxList(string,IEnumerable,IDictionary)
public Item ( ) : string
return string
			public string Item()
			{
				return Item(null);
			}

Same methods

FormHelper.CheckboxList::Item ( string id ) : string