You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2020. It is now read-only.
I too am having similar issues with radio labels. Within my form i create this element:
$this->add(array(
'name' => 'locationId',
'type' => 'Zend\Form\Element\Radio',
'options' => array(
'label' => 'Location:',
'value_options' => $locationData,
'column-size' => 'sm-10',
'label_attributes' => array(
'class' => 'col-sm-2'
)
),
'attributes' => array(
'required' => true
)
));
I have an element:
http://pastebin.com/dcScBdd0
HTML generate for that element is:
http://pastebin.com/MQj55YdC
This is how the element looks like:
https://www.evernote.com/shard/s216/sh/0e54c67f-b182-4ac4-b953-af15391e4306/bd90304ddd6df139ce1aa19fc5de11df/deep/0/General-Information---ETSU-CBAT-Scholarship-Application.png
We see that the both the field label and the label for radio takes the col-sm-8 class. Can we assign different classes to these labels?
The text was updated successfully, but these errors were encountered: