From f7e9c1f149f41e4d39b1e49e5cfcd91cb0fa96a4 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Wed, 21 Aug 2024 16:39:13 +0700 Subject: [PATCH] Apply style of switch to checkbox list --- app/controls/CheckboxList.js | 3 ++- assets/post-type.js | 2 +- assets/taxonomy.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/controls/CheckboxList.js b/app/controls/CheckboxList.js index 2768914..56d9b8a 100644 --- a/app/controls/CheckboxList.js +++ b/app/controls/CheckboxList.js @@ -23,9 +23,10 @@ const CheckboxList = ( { name, options, description } ) => { { description &&
{ description }
}