Expand description
This is a CheckboxWidget, which acts similar to a ToggleButtonWidget, but does not fill the
box with a black/white color on select. Rather, it enables/disables a checkbox to indicate a
selected option.
Structs§
- Checkbox
Widget - This is the storage object for the
CheckboxWidget. It stores the config, properties, callback registry.
Type Aliases§
- OnToggle
Callback Type - This is the callback type that is used when an
on_togglecallback is triggered from thisWidget.