nerdexam
ServiceNow

CSA · Question #109

What type of field is Boolean and appears as a check box?

The correct answer is B. True/False. A field that is Boolean in nature and represented as a checkbox in ServiceNow is specifically known as a True/False field type.

Submitted by suresh_in· Apr 18, 2026User Interface and Navigation

Question

What type of field is Boolean and appears as a check box?

Options

  • AYes/No
  • BTrue/False
  • COn/Off
  • DBinary
  • E0/1

How the community answered

(32 responses)
  • B
    88% (28)
  • C
    3% (1)
  • D
    6% (2)
  • E
    3% (1)

Why each option

A field that is Boolean in nature and represented as a checkbox in ServiceNow is specifically known as a True/False field type.

AYes/No

'Yes/No' is a common concept but is not the specific field type name in ServiceNow that renders as a checkbox.

BTrue/FalseCorrect

In ServiceNow, the standard field type for Boolean data that consistently displays as a checkbox in the UI is 'True/False', storing values as 1 for true and 0 for false.

COn/Off

'On/Off' is a common concept but is not the specific field type name in ServiceNow that renders as a checkbox.

DBinary

'Binary' refers to a data storage format but is not a named field type that directly corresponds to a checkbox in ServiceNow.

E0/1

'0/1' represents the underlying stored value for a Boolean field, but it is not the field type name itself.

Concept tested: True/False field type

Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/data-dictionary-tables/concept/c_FieldTypes.html

Topics

#Field Types#Boolean Fields#User Interface

Community Discussion

No community discussion yet for this question.

Full CSA Practice