-
-
Notifications
You must be signed in to change notification settings - Fork 3
[Sub-Issue] Implement FlixelCheckBox and FlixelRadioButton #21
Copy link
Copy link
Open
Labels
coreCore logic module of the frameworkCore logic module of the frameworkenhancementNew feature or requestNew feature or requestgraphicsTextures, images, etcTextures, images, etchigh priorityMust be completed as soon as possibleMust be completed as soon as possibleuiUser interface packageUser interface package
Description
Binary and mutually exclusive selection components.
Requirements (CheckBox):
- Allow developers to provide custom textures for "Checked", "Unchecked", and "Indeterminate" states.
- Toggle signal:
onToggle(boolean checked).
Requirements (RadioButton):
FlixelRadioGroupmanager to ensure only one button is active at a time.- Support for custom graphics.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreCore logic module of the frameworkCore logic module of the frameworkenhancementNew feature or requestNew feature or requestgraphicsTextures, images, etcTextures, images, etchigh priorityMust be completed as soon as possibleMust be completed as soon as possibleuiUser interface packageUser interface package
Projects
Status
🗒️ Todo