Struct material_yew::checkbox::CheckboxProps
source · pub struct CheckboxProps {
pub checked: bool,
pub indeterminate: bool,
pub disabled: bool,
pub value: Option<AttrValue>,
pub reduced_touch_target: bool,
pub onchange: Callback<bool>,
}
Expand description
Fields§
§checked: bool
§indeterminate: bool
§disabled: bool
§value: Option<AttrValue>
§reduced_touch_target: bool
§onchange: Callback<bool>
Binds to change
event on mwc-checkbox
See events docs to learn more.
Trait Implementations§
source§impl Clone for CheckboxProps
impl Clone for CheckboxProps
source§fn clone(&self) -> CheckboxProps
fn clone(&self) -> CheckboxProps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CheckboxProps
impl Debug for CheckboxProps
source§impl PartialEq<CheckboxProps> for CheckboxProps
impl PartialEq<CheckboxProps> for CheckboxProps
source§fn eq(&self, other: &CheckboxProps) -> bool
fn eq(&self, other: &CheckboxProps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Properties for CheckboxProps
impl Properties for CheckboxProps
impl StructuralPartialEq for CheckboxProps
Auto Trait Implementations§
impl !RefUnwindSafe for CheckboxProps
impl !Send for CheckboxProps
impl !Sync for CheckboxProps
impl Unpin for CheckboxProps
impl !UnwindSafe for CheckboxProps
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.