maryUI v2 released! Upgrade guide

Checkbox



<x-checkbox label="Left" wire:model="item1" />
 
<x-checkbox label="Left" wire:model="item1" hint="You agree with terms" />
<hr class="border-base-300" />
 
<x-checkbox label="Right" wire:model="item2" right />
 
<x-checkbox label="Right" wire:model="item2" hint="You agree with terms" right />
<hr class="border-base-300" />
 
<x-checkbox wire:model="item4" class="self-start">
<x-slot:label>
This is <br>a very <br> long line.
</x-slot:label>
</x-checkbox>

Made with by Robson TenĂ³rio and contributors.