Implement styling for Checkbox
This commit is contained in:
parent
387fc0be26
commit
ed30b487d6
9 changed files with 181 additions and 47 deletions
|
|
@ -170,6 +170,8 @@ impl radio::Renderer for Null {
|
|||
}
|
||||
|
||||
impl checkbox::Renderer for Null {
|
||||
type Style = ();
|
||||
|
||||
fn default_size(&self) -> u32 {
|
||||
20
|
||||
}
|
||||
|
|
@ -180,6 +182,7 @@ impl checkbox::Renderer for Null {
|
|||
_is_checked: bool,
|
||||
_is_mouse_over: bool,
|
||||
_label: Self::Output,
|
||||
_style: &Self::Style,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue