Example: GFX-rendered form elements
standard size checkbox
checkbox standard height(width:100px)
checkbox standard width(height:100px)
checkbox (width:20px; height:20px)
checkbox (width:100px; height 20px)
checkbox (width:20px; height:100px)
checkbox, standard size(background-color:red; color:yellow; border-color:blue)
checkbox, standard size (border-style:outset; background-color:red; color:yellow; border-color:blue)
checkbox (background-color:red; color:yellow; border-color:blue; width:20px; height:20px)
checkbox (border-style:outset; background-color:red; color:yellow; border-color:blue; width:20px; height:20px)
radio, standard size
radio standard height(width:100px)
radio standard width(height:100px)
radio (width:21px; height:21px)
radio (width:100px; height:21px)
radio (width:21px; height:100px)
radio, standard size(background-color:red; color:yellow; border-color:blue)
radio, standard size (border-style:outset; background-color:red; color:yellow; border-color:blue)
radio (background-color:red; color:yellow; border-color:blue; width:21px; height:21px)
radio (border-style:outset; background-color:red; color:yellow; border-color:blue; width:21px; height:21px)