tgui_checkbox_input ![code/modules/tgui_input/checkboxes.dm 34](git.png)
Window for tgui_input_checkboxes
Vars | |
choices | List of selected items |
---|---|
closed | Whether the input was closed |
items | List of items to display |
max_checked | Maximum number of checkboxes that can be checked |
message | Message to display |
min_checked | Minimum number of checkboxes that must be checked |
start_time | Time when the input was created |
state | The TGUI UI state that will be returned in ui_state(). Default: always_state |
timeout | Timeout for the input |
title | Title of the window |
Var Details
choices ![code/modules/tgui_input/checkboxes.dm 42](git.png)
List of selected items
closed ![code/modules/tgui_input/checkboxes.dm 48](git.png)
Whether the input was closed
items ![code/modules/tgui_input/checkboxes.dm 40](git.png)
List of items to display
max_checked ![code/modules/tgui_input/checkboxes.dm 52](git.png)
Maximum number of checkboxes that can be checked
message ![code/modules/tgui_input/checkboxes.dm 38](git.png)
Message to display
min_checked ![code/modules/tgui_input/checkboxes.dm 50](git.png)
Minimum number of checkboxes that must be checked
start_time ![code/modules/tgui_input/checkboxes.dm 44](git.png)
Time when the input was created
state ![code/modules/tgui_input/checkboxes.dm 56](git.png)
The TGUI UI state that will be returned in ui_state(). Default: always_state
timeout ![code/modules/tgui_input/checkboxes.dm 46](git.png)
Timeout for the input
title ![code/modules/tgui_input/checkboxes.dm 36](git.png)
Title of the window