From 0e77c98643b7eacf45d55c0169261983eab0fd5f Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Tue, 3 May 2016 12:15:09 +0200 Subject: [PATCH] Mockup: extended with radio's in two rows. --- mockup/second.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/mockup/second.html b/mockup/second.html index f8ee8d6ac..316cb12a6 100644 --- a/mockup/second.html +++ b/mockup/second.html @@ -640,6 +640,37 @@ <p class="help-block">Help text (help text to individual radio buttons breaks horizontal layout)</p> </div> + + <p> + Radio buttons without common label, 3 horizontally stacked, 2 rows. + </p> + + <div class="form-group bg-info"> + <label class="radio-inline"> + <input type="radio"> Option 1.1 + </label> + <label class="radio-inline"> + <input type="radio"> Option 1.2 + </label> + <label class="radio-inline"> + <input type="radio"> Option 1.3 + </label> + <br> + + <label class="radio-inline"> + <input type="radio"> Option 2.1 + </label> + <label class="radio-inline"> + <input type="radio"> Option 2.2 + </label> + <label class="radio-inline"> + <input type="radio"> Option 2.3 + </label> + + <p class="help-block">Help text (help text to individual radio buttons breaks horizontal layout)</p> + </div> + + <div class="form-group"> <label for="input6_1">Input </label> <input id="input6_1" class="form-control" type="text"> -- GitLab