[][src]Trait iced::widget::checkbox::StyleSheet

pub trait StyleSheet {
    fn active(&self, is_checked: bool) -> Style;
fn hovered(&self, is_checked: bool) -> Style; }

A set of rules that dictate the style of a checkbox.

Required methods

fn active(&self, is_checked: bool) -> Style

fn hovered(&self, is_checked: bool) -> Style

Loading content...

Implementors

Loading content...