Closed jaynarayan89 closed 6 years ago
Yes, it comes from Bootstrap documentation and I found it appropriate here. If you have any issue with these, let me know.
ok. thanks. can you provide the link to bootstrap docs? I have checked docs but can't find use of legend.
You can find some use here: https://getbootstrap.com/docs/4.0/components/forms/#horizontal-form
<?= $this->Form->input('radio', ['type' => 'radio','name' =>'has_gst', 'default'=>0, 'options' => [1=>'yes',0=>'no'], 'label' => 'Has GST ']) ;?>
generates
is use of fieldset and legend intended?