• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
      • Introduction to Data Entry
      • Data Entry Application
      • Data Entry Editing
      • CAPI Data Entry
        • Introduction to CAPI
        • CAPI Features
        • Capture Types
          • Capture Types
          • Barcode Capture Type
          • Check Box
          • Date Capture Type
          • Drop Down / Combo Box
          • Number Pad
          • Radio Button
          • Slider
          • Text Box
          • Toggle Button
        • Multimedia
        • CAPI Strategies
        • How to ...
      • Network Data Entry
      • Android Data Entry
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Templated Reporting System
    • HTML and JavaScript Integration
    • Action Invoker
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataViewer>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Toggle Button

The Toggle Button capture type allows an enumerator to select a single discrete value or to proceed with no selection. To use the capture type, define a single value set value for a numeric or alphanumeric field. If the user selects the Toggle Button, that value will be selected. If the user does not select the Toggle Button, then the field will be validated with a value of notappl for numeric fields and "" for alphanumeric fields.
It is possible to specify labels for the two states (selected and not selected) if the value set contains two values with one value mapped to notappl or "". Although only the selected state label will appear during data entry, having the other value defined may be useful for other purposes (e.g., using the invalueset function or creating frequencies/tabulations).
See also: Capture Types, Radio Button