Ask the community, share ideas, and connect with other LimeSurvey users!
Log in
Forgot your password? Forgot your username?
So, I was asked to change radio buttons to checkboxes buttons for design consistency. But it doesn't look nice with CSS.
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID}').addClass('with-checkboxes'); $('#question{QID} .radio-item').removeClass('radio-item').addClass('checkbox-item'); }); </script> <style type="text/css"> .list-radio.with-checkboxes .checkbox-item { padding-left: 3px; } .list-radio.with-checkboxes .checkbox-item input[type="radio"]:indeterminate + label::after { display: none; } </style>
Online-surveys for every purse and purpose