mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
the checkbox form widget In QGIS 2.x we always displayed the underlying raw value of a field using the checkbox widget in the attribute table or in identify results (i.e. the text display of the field would always match the value the user had set for the checked or unchecked representation status, e.g. "yes"/"no", "present"/"absent", etc) This was changed in 3.0 so that the representation status ONLY affected how the underlying stored values are mapped to a boolean true or false value, and accordingly the attribute table/identify results started only showing "true" or "false" strings. This new setting allows users to control whether they want plain text displays of the field to use the 3.x "true"/"false" behavior (the default), or if they want to see the 2.x style actual field value.