Checkbox
Checkboxes are used to collect user input in a list of options.
/* checkbox-example.blade.php */
<x-checkbox content="Remember me" id="remember-me" />
Component API
Prop | Description | Values |
---|---|---|
as | Change the element tag of the component | any |
content | Set the content of the component | any |
size | Change the font size of the component | Dependant on theme |
color | Change the color of the component | Dependant on theme |