I have added some checkboxes, that can only be disabled or enabled. I Have tried to make it use Ja / Nej as the to values to display (that is Yes and No in danish).
But the value next to the checkmark is the same as the Label, so now it display the label twice - once as the label over the checkboxx and once under - that look no nice and confusing.
Så how do I make it display/use the values I set i the Custom Field or if not posible hide the Label, so it is not there twice
That's the value it'll show in the front end, not in the backend
Also, that's a Checkbox, not a checkboxes Field so you can only add one option - and it will display yes or no only when displaying that field
Can you confirm you can see the right value in the front end?
The screen dump I sent you was from frontend, where you see the same text twice. Here I need the YES when clicked and NO if now or at least remove the LABEL, so it is not there twice
I do use checkbox - only one option (clicked or not)
The other was to show you my setup in custom fields.
As Beda mentioned this is a checkbox. A single checkbox name on the frontend will always display as the name of the given field.
It seems what you need here is a Radio Button group. With this custom field you can add your yes and no options as it will give your desired output on the frontend and give the user an option to select yes or no.