* Allows for display of true/false, yes/no, on/off.
*
* Definition terms:
- * - output formats: An array where the first entry is displayed on boolean false
- * and the second is displayed on boolean true. An example for sticky is:
+ * - output formats: An array where the first entry is displayed on boolean true
+ * and the second is displayed on boolean false. An example for sticky is:
* @code
* 'output formats' => array(
- * 'sticky' => array('', t('Sticky')),
+ * 'sticky' => array(t('Sticky'), ''),
* ),
* @endcode
*