Skip to content

Enum: CheckboxState

The per-option export value of a REDCap checkbox field. Each checkbox option is exported as its own binary variable (<field>___<code>) holding one of these values.

URI: [redcap_record:CheckboxState](https://w3id.org/linkml/redcap-record/CheckboxState) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | 1 | None | Checked | | 0 | None | Unchecked | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/redcap-record ## LinkML Source
name: CheckboxState
description: The per-option export value of a REDCap ``checkbox`` field. Each checkbox
  option is exported as its own binary variable (``<field>___<code>``) holding one
  of these values.
from_schema: https://w3id.org/linkml/redcap-record
rank: 1000
permissible_values:
  '1':
    text: '1'
    description: Checked
  '0':
    text: '0'
    description: Unchecked