bevy/crates/bevy_ui/src
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
..
experimental Switch ChildOf back to tuple struct (#18672) 2025-04-02 00:10:10 +00:00
layout Component lifecycle reorganization and documentation (#19543) 2025-06-10 00:59:16 +00:00
render Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
widget Adding PartialEq to some UI and Text types (#19552) 2025-06-09 20:08:17 +00:00
accessibility.rs Specialized UI transform (#16615) 2025-06-09 19:05:49 +00:00
focus.rs Specialized UI transform (#16615) 2025-06-09 19:05:49 +00:00
geometry.rs Rename Position to UiPosition in bevy_ui (#19422) 2025-05-29 14:52:44 +00:00
gradients.rs Rename Position to UiPosition in bevy_ui (#19422) 2025-05-29 14:52:44 +00:00
interaction_states.rs Core Checkbox (#19665) 2025-06-20 16:37:18 +00:00
lib.rs Core Checkbox (#19665) 2025-06-20 16:37:18 +00:00
measurement.rs
picking_backend.rs Specialized UI transform (#16615) 2025-06-09 19:05:49 +00:00
stack.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
ui_material.rs
ui_node.rs Document TextShadow not supported by Text2d (#19533) 2025-06-16 21:55:32 +00:00
ui_transform.rs Specialized UI transform (#16615) 2025-06-09 19:05:49 +00:00
update.rs Specialized UI transform (#16615) 2025-06-09 19:05:49 +00:00