| class TK_CHECK_CFG < $TK_WIDGET_CFG |
|---|
| $TK_WIDGET_CFG | TK_BUTTON_CFG |
| off_value(s:STR) |
|---|
| **** | Value for the associated variable when the checkbox is not selected. |
| off_value(s:STR): SAME |
|---|
| on_value(s:STR) |
|---|
| **** | Value for the associated variable when the checkbox is selected. |
| on_value(s:STR): SAME |
|---|
| std: SAME |
|---|
| variable(v:TK_VAR) |
|---|
| **** | Variable associated to this widget. Changes to the variable cause the widget to update and user actions on this widget may change the value of the variable. |
| variable(v:TK_VAR): SAME |
|---|