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