bevy/crates/bevy_core_widgets
Talin 9fdddf7089
Core Checkbox (#19665)
# Objective

This is part of the "core widgets" effort:
https://github.com/bevyengine/bevy/issues/19236.

## Solution

This adds the "core checkbox" widget type.

## Testing

Tested using examples core_widgets and core_widgets_observers.

Note to reviewers: I reorganized the code in the examples, so the diffs
are large because of code moves.
2025-06-20 16:37:18 +00:00
..
src Core Checkbox (#19665) 2025-06-20 16:37:18 +00:00
Cargo.toml Core slider (#19584) 2025-06-15 00:53:31 +00:00