Module symbols

Module symbols 

Source
Expand description

Symbols for checkbox widget

This module provides predefined checkbox symbols that can be used with the Checkbox widget.

Constants§

CHECKED
Checked checkbox symbol (☑)
CHECKED_ASTERISK
Alternative checked checkbox symbol with asterisk
CHECKED_PARENTHESIS_X
Alternative checked checkbox symbol with X in parenthesis
CHECKED_PLUS
Alternative checked checkbox symbol with plus
CHECKED_X
Alternative checked checkbox symbol with X
UNCHECKED
Unchecked checkbox symbol (☐)
UNCHECKED_MINUS
Alternative unchecked checkbox symbol with minus
UNCHECKED_PARENTHESIS_O
Alternative unchecked checkbox symbol with O in parenthesis
UNCHECKED_SPACE
Alternative unchecked checkbox symbol with space