How to align Checkbox with Text CSS Posted on November 25, 2014 by admin Add the below css to get the Check box aligned to Text input[type="radio"] { margin-top: -2px; vertical-align: middle; }