eQuantic.UI Documentation

Component

Checkbox

Small box that can be toggled on or off.

Usage Example

new Checkbox("Accept terms").WithChecked(true);

Properties

PropertyDescription
labelText associated with the checkbox.
checkedCurrent state of the toggle.
disabledDisable interactions.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.