Crate radix_leptos_checkbox

Source
Expand description

Leptos port of Radix Checkbox.

A control that allows the user to toggle between checked and not checked.

See the Rust Radix book for more documentation.

See @radix-ui/react-checkbox for the original package.

Structs§

CheckboxIndicatorProps
Props for the CheckboxIndicator component.
CheckboxProps
Props for the Checkbox component.

Enums§

CheckedState

Functions§

Checkbox
Required Props
CheckboxIndicator
Required Props