Html with "x" instead of traditional tick

Is it possible to display the 'x' for the html flag when we click on it. Traditionally on i.e. (On winxp and above) it is displayed as a tick sign. Can we change this? Or what is an alternative to this in asp.net

+5
source share
4 answers

I think you can hack something using images instead of a real checkbox using javascript to change the image selection

+3
source

I'm not sure if you are talking to a web application or a windows application. Suppose you had in mind a web application. You cannot change the normal input, it is something in the system settings.

Javascript, CSS . : http://www.whitespace-creative.com/jquery/jNice/ http://aaronweyenberg.com/90/pretty-checkboxes-with-jquery

0

Check out the ToggleButton Control Toolkit Ajax control: http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ToggleButton/ToggleButton.aspx

I think this may be what you are looking for.

0
source

there are bizarre forms to fulfill exactly this

0
source

All Articles