Rust UI component that displays a control that allows the user to toggle between checked and not checked.

utils

Installation

Usage

use crate::components::ui::checkbox::Checkbox;
<Checkbox label="Accept terms and conditions" />