Checkboxes

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
heman1345
User
Posts: 9

Checkboxes

Post by heman1345 »

How can I make a checkbox a button or add a label behind it to make it easier to select on a tablet.


Webmaster
User
Posts: 9425

Post by Webmaster »

If you meant a group of checkboxes, you can use jQuery to replace them with, e.g. http://getbootstrap.com/javascript/#but ... kbox-radio


heman1345
User
Posts: 9

Post by heman1345 »

Thank you very much for the response that is what I needed. Where would I execute that code for an edit page.


Webmaster
User
Posts: 9425

Post by Webmaster »

Startup Script of Edit page, see Server Events and Client Scripts in the help file.


Post Reply