pub fn CheckField(props: CheckFieldProps) -> impl IntoViewExpand description
A labelled checkbox bound to a bool signal. Emits the new checked state through
on_change.
§Required Props
- label:
impl Into<String> - value:
Signal<bool> - on_change:
Callback<bool>
§Optional Props
- disabled:
impl Into<Signal<bool>>