| Sets the selection state on markup.
If this component is a <input> (check box or radio button)
the method HTMLInputElement.setChecked(boolean) is called, otherwise
(free buttons) it does nothing, use a button model listener to decorate
the button when selection state changes.
Parameters: selected - if true the markup is set as selected. |