Page 1 of 1
Checkbox configuration options
Posted: Wed Sep 18, 2013 11:17 am
by Bob Fludder
Is there a way to configure a checkbox so that all that shows is the checkbox? If I make the text and value fields blank the checkbox is still surrounded by an oval which seems to be extended to the right. You see I have it in a list. The name in the list is the name for the checkbox. It also has 12 columns relating to various attributes relating to that item and all or none could be selected. The result is 1 item, 1 line of text but 12 options to select and by necessity the description is on the left. Any ideas would be great.
Checkbox configuration options
Posted: Wed Sep 18, 2013 12:52 pm
by Kateryna Grynko
Hi,
You can hide elements you don't need using the following code:
codeAppery( "mobilecheckbox_name" ).hide();/code
Or could you show a screenshot please?
Checkbox configuration options
Posted: Wed Sep 18, 2013 1:47 pm
by Bob Fludder
Odd. Can't get it to copy/paste..
Anyway its not a component I want to hide - its to do with the size of the checkbox (and its shape). The component you provide has a small grey square, then when selected turns blue with a tick in it - and thats the bit I want but it is also surrounded by an oval that I guess would normally have the text in it describing what you're ticking. It even displays when you don't define any text and overlaps another column (I tried in a grid). Seems to have excess space to the right of the box.. Too late tonight - I'll try for more copy/paste options tomorrow.. Try it for yourselves just set up a grid but each column only 20-30px wide and put a checkbox in each. Only 1 item in each checkbox and no text.
Checkbox configuration options
Posted: Wed Sep 18, 2013 7:13 pm
by Maryna Brodina
Hello! Sorry, not sure I understand. Could you post a screenshot?