This topic is locked

How to make checkbox/radio text as clickable

8/23/2016 8:37:18 AM
PHPRunner General questions
M
Maven Consulting author

Hi,

How can I make radio/checkbox text as clickable so when user clicks the text of radio or checkbox it gets selected.

Thanks in advance

M
Maven Consulting author 8/25/2016

I tried following approaches by adding tag in HTML Editor but it does not resolve, what am i missing?



<LABEL for="{$ticket_source_editcontrol}">

{$ticket_source_editcontrol}

</LABEL>




<LABEL>

{$ticket_source_editcontrol}

</LABEL>




Check this:

http://stackoverflow.com/questions/19412204/how-do-you-make-the-radio-button-text-to-be-clickable-too

M
Maven Consulting author 8/30/2016

Any suggestions here.



I tried following approaches by adding tag in HTML Editor but it does not resolve, what am i missing?



<LABEL for="{$ticket_source_editcontrol}">

{$ticket_source_editcontrol}

</LABEL>




<LABEL>

{$ticket_source_editcontrol}

</LABEL>