Form
Checkbox
The checkbox input component is a user interface element that allows the user to select one or more options from a list of choices by clicking on a small square box.
<x-input.group inline id="remember">
<x-input.checkbox/>
<x-input.label>Remember me</x-input.label>
</x-input.group>