Add preview for Checkbox with Label (#20448)

Add previews for Checkbox with Label.

Merge checkbox components.

Release Notes:

- N/A
This commit is contained in:
Nate Butler 2024-11-08 22:53:15 -05:00 committed by GitHub
parent 31a6ee0229
commit 0a28800049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 222 deletions

View file

@ -3,7 +3,6 @@
#![allow(missing_docs)]
mod avatar;
mod button;
mod checkbox;
mod context_menu;
mod disclosure;
mod icon;
@ -20,7 +19,6 @@ mod tool_strip;
pub use avatar::*;
pub use button::*;
pub use checkbox::*;
pub use context_menu::*;
pub use disclosure::*;
pub use icon::*;