I have a code of checkbox below in ruby on rails:
<%= check_box(:Monday,{:id => "Monday",:value => "Monday"}) %>
But, it shows only the checkbox but not shows its text i.e "Monday".
So what should I do to display the text of checkbox, kindly suggest me, waiting for reply. Thanks