nova_forms

Function Checkbox

Source
pub fn Checkbox<T>(props: CheckboxProps<T>) -> impl IntoView
where T: Datatype<Inner = bool>,
Expand description

A component that renders a checkbox.

§Required Props

§Optional Props