FavoriteAmrita Panda (Dell) asked in #Lightning ExperienceOct 16, 2018, 8:14 AMHow to resize the lightning toggle button in lightning component?<lightning:buttonMenu alternativeText="Toggle menu" iconSize="x-Small" onselect="{!c.handleMenuSelect}">2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Usman Khan (Volgsol Technologies)Aug 25, 2:10 PMIn my case I used empty attributes for active and inactive toggle as these were unwanted. It reduced the height<lightning-input type="toggle" label="All" message-toggle-active="" message-toggle-inactive=""> </lightning-input> Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Usman Khan (Volgsol Technologies)Aug 25, 2:10 PMIn my case I used empty attributes for active and inactive toggle as these were unwanted. It reduced the height<lightning-input type="toggle" label="All" message-toggle-active="" message-toggle-inactive=""> </lightning-input> Show More