pub fn VSCodeCheckbox<T: IntoView + 'static>(
props: VSCodeCheckboxProps<T>,
) -> impl IntoView
Expand description
§Required Props
- checked:
RwSignal<bool>
- children:
TypedChildren<T>
§Optional Props
- disabled:
impl Into<Signal<bool>>
pub fn VSCodeCheckbox<T: IntoView + 'static>(
props: VSCodeCheckboxProps<T>,
) -> impl IntoView
RwSignal<bool>
TypedChildren<T>
impl Into<Signal<bool>>