Customizing CheckBoxMultipleChoice Images?

2010-05-11 Thread Corbin, James
Hello, I would like to customize the images used for the selected and unselected states of the checkboxes rendered as part of the CheckBoxMultipleChoice component, but not sure how to do this... I've read a few sources that indicate this can be done by specifying a class=styled on the markup

Re: Customizing CheckBoxMultipleChoice Images?

2010-05-11 Thread Igor Vaynberg
put the choice component into a div with a class attribute, then in css you can do div.the class you gave the div input[type=checkbox] css styles you want applied -igor On Tue, May 11, 2010 at 9:23 AM, Corbin, James jcor...@iqnavigator.com wrote: Hello, I would like to customize the images

RE: Customizing CheckBoxMultipleChoice Images?

2010-05-11 Thread Corbin, James
[mailto:igor.vaynb...@gmail.com] Sent: Tuesday, May 11, 2010 11:08 AM To: users@wicket.apache.org Subject: Re: Customizing CheckBoxMultipleChoice Images? put the choice component into a div with a class attribute, then in css you can do div.the class you gave the div input[type=checkbox] css

Re: Customizing CheckBoxMultipleChoice Images?

2010-05-11 Thread Igor Vaynberg
11, 2010 11:08 AM To: users@wicket.apache.org Subject: Re: Customizing CheckBoxMultipleChoice Images? put the choice component into a div with a class attribute, then in css you can do div.the class you gave the div input[type=checkbox] css styles you want applied -igor On Tue, May 11

Re: Customizing CheckBoxMultipleChoice Images?

2010-05-11 Thread Zilvinas Vilutis
: Tuesday, May 11, 2010 11:08 AM To: users@wicket.apache.org Subject: Re: Customizing CheckBoxMultipleChoice Images? put the choice component into a div with a class attribute, then in css you can do div.the class you gave the div input[type=checkbox] css styles you want applied -igor On Tue, May