Home Checkbox

The Checkbox component is used to toggle between checked and unchecked states. It’s ideal for forms where users need to select one or more options independently.

Installation

npm
npx phpxui add Checkbox

Usage

use Lib\PHPXUI\Checkbox
<Checkbox />

Examples

Form

Select the items you want to display in the sidebar.