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 an input field. It takes a datatype as a type parameter and automatically handles parsing and validation.

§Required Props

§Optional Props