kvision icon indicating copy to clipboard operation
kvision copied to clipboard

Check box label option to put label before the checkbox as on all other form fields is needed

Open mgrouch opened this issue 3 years ago • 1 comments

Check box label option to put label before the checkbox as on all other form fields is needed. If I build a form with right aligned labels and all fields aligned vertically. Thanks

mgrouch avatar May 10 '22 01:05 mgrouch

This is a bit problematic at the moment because this label position is defined in Bootstrap css. But I've just checked at Bootstrap 5.2.0-beta and they added form-check-reverse modifier to reverse the label position. I'll wait till 5.2 is released and then get back to this issue.

rjaros avatar May 29 '22 08:05 rjaros

I've added new reversed and labelFirst properties in KVision 5.14.0. labelFirst works with horizontal form layouts.

rjaros avatar Aug 10 '22 10:08 rjaros