Implement theme styling for Checkbox
This commit is contained in:
parent
1388d71f03
commit
835877fc63
8 changed files with 138 additions and 93 deletions
|
|
@ -23,7 +23,7 @@ pub mod button {
|
|||
|
||||
pub mod checkbox {
|
||||
//! Show toggle controls using checkboxes.
|
||||
pub use iced_pure::widget::checkbox::{Style, StyleSheet};
|
||||
pub use iced_pure::widget::checkbox::{Appearance, StyleSheet};
|
||||
|
||||
/// A box that can be checked.
|
||||
pub type Checkbox<'a, Message, Theme> =
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ pub mod button {
|
|||
|
||||
pub mod checkbox {
|
||||
//! Show toggle controls using checkboxes.
|
||||
pub use iced_native::widget::checkbox::{Style, StyleSheet};
|
||||
pub use iced_native::widget::checkbox::{Appearance, StyleSheet};
|
||||
|
||||
/// A box that can be checked.
|
||||
pub type Checkbox<'a, Message, Theme> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue