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