Trait StyleSheet
iced_style::checkbox
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.
fn active(&self, is_checked: bool) -> Style
fn hovered(&self, is_checked: bool) -> Style