Skip to content

CMB2 Compact Checkboxes

Compare
Choose a tag to compare
@lipemat lipemat released this 16 Nov 19:01
· 1057 commits to master since this release

CMB2 compact layout for checkboxes. Useful for side meta boxes that get very long using the default layout.

// shorthand
$box->field( self::FIELD_ID, 'Compact Checkbox' )
			->checkbox( 'compact' )