[][src]Trait iced_style::checkbox::StyleSheet

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

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

Required methods

pub fn active(&self, is_checked: bool) -> Style[src]

pub fn hovered(&self, is_checked: bool) -> Style[src]

Loading content...

Implementors

Loading content...