@props([ 'label' => '', // label text 'labelclass' => '', // extra CSS classes for the label 'checkclass' => '', // checkbox classes 'name' => '', // checkbox name 'value' => '', // checkbox value 'style' => '', // raw style string for the checkbox 'checked' => false // true/false or truthy value ])