diff --git a/core/lexicon/yo/tv_widget.inc.php b/core/lexicon/yo/tv_widget.inc.php index c0033c9e8f..ca16427662 100644 --- a/core/lexicon/yo/tv_widget.inc.php +++ b/core/lexicon/yo/tv_widget.inc.php @@ -19,6 +19,8 @@ $_lang['checkbox'] = 'Check Box'; $_lang['checkbox_columns'] = 'Columns'; $_lang['checkbox_columns_desc'] = 'The number of columns the checkboxes are displayed in.'; +$_lang['checkbox_display_switch'] = 'Display as Switch'; +$_lang['checkbox_display_switch_desc'] = 'When set to “Yes,” this TV’s inputs will be rendered in the Resource editing form as switches (toggles) instead of checked boxes. (Default: “No”)'; $_lang['class'] = 'Class'; $_lang['classes'] = 'Class(es)'; $_lang['combo_allowaddnewdata'] = 'Allow Add New Items';