문제

I want to do the following stuff,

value no checked:

enter image description here

Value checked:

enter image description here

I want to make the option label bold when it is get selected.

도움이 되었습니까?

해결책

I think you must add the cls class to the items and define the .x-form-cb-checked class

Here ther is a fork of your code with the changes

http://jsfiddle.net/lisssb/VWP4C/

.ver_list .x-form-cb-checked{
    font-weight:bold;
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top