Skip to main content
 

EntreeCheckbox

Product Information

Technical Requirements

Installation

Management

Customization

Programming Reference

Code Sample

output.ListStyle = EntreeListStyles.list_groups;
EntreeListGroup TheGroup = output.AddListGroup();
EntreeCheckbox TheInput = TheGroup.AddFormItem<EntreeCheckbox>("Checkbox1");
TheInput.Name =
"Name";
TheInput.Checked = false;

Example Display

Note: This item style requires the ListStyle to be list_groups
Note: For a ClickActionObject to include the value entered by the user, FormSubmit must be set to true

Mobile Title
 
Taxonomy
;;EntreeServer.Module.Controls;;
Use Mobile Content
No 
Mobile Content
 
Ord
 
Last modified at 8/7/2009 10:50 AM  by Joe Herres